Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/parser/test_data/lexer/ok/strings.rs')
-rw-r--r--crates/parser/test_data/lexer/ok/strings.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/parser/test_data/lexer/ok/strings.rs b/crates/parser/test_data/lexer/ok/strings.rs
new file mode 100644
index 0000000000..4ddb5bffcc
--- /dev/null
+++ b/crates/parser/test_data/lexer/ok/strings.rs
@@ -0,0 +1,2 @@
+"hello" r"world" "\n\"\\no escape" "multi
+line"