Skip to content

Issue with Not Operator Handling in Binary Node Expressions #589

Closed
@ckganesan

Description

@ckganesan

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions