View Revisions: Note 956

Summary 0000378: When a nonoverlap function contains a -- with nothing after it, only the top output candidate will ever be chosen
Revision 2021-12-03 09:43 by ponapalt
Note I'm not the reporter.
I ran the following code with YAYA Tc566-1 and reproduced the bug.
(only ever output "1")

```
Example : nonoverlap
{
  "1"
  "2"
  "3"
  --
}
```

The following code worked fine.

```
Example : nonoverlap
{
  "1"
  "2"
  "3"
}
```

By the way, MantisBT is hard to use...
Is there any way to write in plain text?
Revision 2021-12-03 09:40 by ponapalt
Note I'm not the reporter.
I ran the following code with YAYA Tc566-1 and reproduced the bug.
(only ever output "1")

’’’
Example : nonoverlap
{
  "1"
  "2"
  "3"
  --
}
’’’

The following code worked fine.

’’’
Example : nonoverlap
{
  "1"
  "2"
  "3"
}
’’’

By the way, MantisBT is hard to use...
Is there any way to write in plain text?
Revision 2021-11-30 19:40 by guest
Note I'm not the reporter.
I ran the following code with YAYA Tc566-1 and reproduced the bug.
(only ever output "1")

<code>
Example : nonoverlap
{
  "1"
  "2"
  "3"
  --
}
</code>


The following code worked fine.

<code>
Example : nonoverlap
{
  "1"
  "2"
  "3"
}
</code>


By the way, MantisBT is hard to use...
Is there any way to write in plain text?