platform/libinjection/tests/test-folding-019.txt
2019-08-16 10:42:40 -04:00

11 lines
137 B
Text

--TEST--
logical operators folding, this unfortunately isn't quite right.
Want this to be "1"
--INPUT--
1+(-(1))
--EXPECTED--
1 1
) )