aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/tests/data/lexer/0009_strings.txt
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_syntax/tests/data/lexer/0009_strings.txt')
-rw-r--r--crates/ra_syntax/tests/data/lexer/0009_strings.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/crates/ra_syntax/tests/data/lexer/0009_strings.txt b/crates/ra_syntax/tests/data/lexer/0009_strings.txt
deleted file mode 100644
index 4cb4d711d..000000000
--- a/crates/ra_syntax/tests/data/lexer/0009_strings.txt
+++ /dev/null
@@ -1,8 +0,0 @@
1STRING 7 "\"hello\""
2WHITESPACE 1 " "
3RAW_STRING 8 "r\"world\""
4WHITESPACE 1 " "
5STRING 17 "\"\\n\\\"\\\\no escape\""
6WHITESPACE 1 " "
7STRING 12 "\"multi\nline\""
8WHITESPACE 1 "\n"