diff options
Diffstat (limited to 'crates/syntax/test_data/lexer/ok/0009_strings.rs')
-rw-r--r-- | crates/syntax/test_data/lexer/ok/0009_strings.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/syntax/test_data/lexer/ok/0009_strings.rs b/crates/syntax/test_data/lexer/ok/0009_strings.rs new file mode 100644 index 000000000..4ddb5bffc --- /dev/null +++ b/crates/syntax/test_data/lexer/ok/0009_strings.rs | |||
@@ -0,0 +1,2 @@ | |||
1 | "hello" r"world" "\n\"\\no escape" "multi | ||
2 | line" | ||