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

7 lines
91 B
Text

--TEST--
two tokens with embedded comment
--INPUT--
123 /* junk */;
--EXPECTED--
1 123
; ;