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

10 lines
95 B
Text
Raw Normal View History

2019-08-16 14:42:40 +00:00
--TEST--
Comments, C-style
--INPUT--
SELECT 1 /* 2 */;
--EXPECTED--
E SELECT
1 1
c /* 2 */
; ;