Skip to content

logics-py: Mixture of and, or and in does not work #34

@Pumuckl4630

Description

@Pumuckl4630

This test case:

(x > 10 and ("hello" + "world" == "helloworld" or x % 3 == 0)) or (x < 5 and "foo" in "foobar")
#EXPECT:True

works in logics-js but not in logics-py

Here is a screenshot with both cases:
grafik

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions