diff options
Diffstat (limited to 'tests/data/lexer/0009_strings.txt')
-rw-r--r-- | tests/data/lexer/0009_strings.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/data/lexer/0009_strings.txt b/tests/data/lexer/0009_strings.txt new file mode 100644 index 000000000..7fb6b7b36 --- /dev/null +++ b/tests/data/lexer/0009_strings.txt | |||
@@ -0,0 +1,4 @@ | |||
1 | STRING 7 "\"hello\"" | ||
2 | WHITESPACE 1 " " | ||
3 | RAW_STRING 8 "r\"world\"" | ||
4 | WHITESPACE 1 "\n" | ||