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

9 lines
120 B
Text
Raw Normal View History

2019-08-16 14:42:40 +00:00
--TEST--
Comments, C-style. Test for Issue #71 for bug in memchr2
--INPUT--
/* foo **/1
--EXPECTED--
c /* foo **/
1 1