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

8 lines
102 B
Text

--TEST--
keyword unary-operator [1vsnf]
--INPUT--
select - foobar;
--EXPECTED--
E select
n foobar
; ;