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

11 lines
104 B
Text
Raw Normal View History

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