You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
0 commit comments