Nested expressions evaluate falsy
Closed this issue · 0 comments
garritfra commented
Nested expressions can have invalid parens in the generated code. E.g.: 6 % 3 == 0
should be true; is false
(See test_complex_nested_expressions
)
Closed this issue · 0 comments
Nested expressions can have invalid parens in the generated code. E.g.: 6 % 3 == 0
should be true; is false
(See test_complex_nested_expressions
)