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

11 lines
119 B
Text
Raw Normal View History

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