platform/libinjection/tests/test-tokens-comments-cstyle-001.txt
2019-08-16 10:42:40 -04:00

9 lines
95 B
Text

--TEST--
Comments, C-style
--INPUT--
SELECT 1 /* 2 */;
--EXPECTED--
E SELECT
1 1
c /* 2 */
; ;