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

14 lines
88 B
Text
Raw Normal View History

2019-08-16 14:42:40 +00:00
--TEST--
select 1,-1;
--INPUT--
select 1,-(2);
--EXPECTED--
E select
1 1
, ,
( (
1 2