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

11 lines
112 B
Text
Raw Normal View History

2019-08-16 14:42:40 +00:00
--TEST--
IN list handling + folds
--INPUT--
select 1 not IN (2,3,4);
--EXPECTED--
E select
1 1
o not IN
( (
1 2