Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with Not Operator Handling in Binary Node Expressions #589

Closed
ckganesan opened this issue Mar 1, 2024 · 0 comments
Closed

Issue with Not Operator Handling in Binary Node Expressions #589

ckganesan opened this issue Mar 1, 2024 · 0 comments

Comments

@ckganesan
Copy link
Contributor

ckganesan commented Mar 1, 2024

This issue pertains to the handling of the "not" operator within binary node expressions. Currently, there seems to be a discrepancy or error in how the "not" operator is processed, leading to unexpected behavior or incorrect results in certain contexts. #590

Example:

-1 not in [1, 2, 3, 4] // Expectation: true Output: false
1 * 8 not in [1, 2, 3, 4] // Expectation: true Output: false
'foo' + 'bar' not matches 'foobar' // Expectation: false Output: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant