platform/libinjection/tests/test-tokens-comments-cstylenested-001.txt

11 lines
133 B
Text
Raw Normal View History

2019-08-16 14:42:40 +00:00
--TEST--
Comments, C-style. Nested
--INPUT--
SELECT /* FOO /* BAR */ JUNK */
--EXPECTED--
E SELECT
X /* FOO /* BAR */
n JUNK
o *
o /