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

8 lines
102 B
Text

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