diff options
Diffstat (limited to 'crates/syntax/test_data/lexer/ok/0009_strings.txt')
-rw-r--r-- | crates/syntax/test_data/lexer/ok/0009_strings.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/crates/syntax/test_data/lexer/ok/0009_strings.txt b/crates/syntax/test_data/lexer/ok/0009_strings.txt new file mode 100644 index 000000000..4cb4d711d --- /dev/null +++ b/crates/syntax/test_data/lexer/ok/0009_strings.txt | |||
@@ -0,0 +1,8 @@ | |||
1 | STRING 7 "\"hello\"" | ||
2 | WHITESPACE 1 " " | ||
3 | RAW_STRING 8 "r\"world\"" | ||
4 | WHITESPACE 1 " " | ||
5 | STRING 17 "\"\\n\\\"\\\\no escape\"" | ||
6 | WHITESPACE 1 " " | ||
7 | STRING 12 "\"multi\nline\"" | ||
8 | WHITESPACE 1 "\n" | ||