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

10 lines
112 B
Text

--TEST--
IN list handling + folds
--INPUT--
select 1 not IN (2,3,4);
--EXPECTED--
E select
1 1
o not IN
( (
1 2