Commit 12409ee
Add regression test for #832: script compare with negative number
Comparing against negative literals (e.g., "A!=-1") used to throw
"operator cannot be mixed with previous operators" because the unary
minus prefix was in a conflicting operator group. This was resolved by
the #1029 fix (string_concat operand change). This commit adds a
regression test covering both direct script evaluation and XML
precondition usage.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 3bc04cf commit 12409ee
1 file changed
Lines changed: 38 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
483 | 483 | | |
484 | 484 | | |
485 | 485 | | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
486 | 524 | | |
487 | 525 | | |
488 | 526 | | |
| |||
0 commit comments