platform/libinjection/tests/test-folding-019.txt

12 lines
137 B
Text
Raw Normal View History

2019-08-16 14:42:40 +00:00
--TEST--
logical operators folding, this unfortunately isn't quite right.
Want this to be "1"
--INPUT--
1+(-(1))
--EXPECTED--
1 1
) )