diff options
Diffstat (limited to 'util/lexgen/tests/testdata/comments/output')
-rw-r--r-- | util/lexgen/tests/testdata/comments/output | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/lexgen/tests/testdata/comments/output b/util/lexgen/tests/testdata/comments/output new file mode 100644 index 0000000..2395ad1 --- /dev/null +++ b/util/lexgen/tests/testdata/comments/output @@ -0,0 +1,2 @@ +TOK_COMMENT|/* comment with stuff */ +TOK_COMMENT|/*another comment with * stars * inside*/ |