Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/parser/test_data/lexer/ok/raw_strings.rs')
-rw-r--r--crates/parser/test_data/lexer/ok/raw_strings.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/parser/test_data/lexer/ok/raw_strings.rs b/crates/parser/test_data/lexer/ok/raw_strings.rs
new file mode 100644
index 0000000000..e5ed0b693b
--- /dev/null
+++ b/crates/parser/test_data/lexer/ok/raw_strings.rs
@@ -0,0 +1 @@
+r###"this is a r##"raw"## string"###