Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/syntax/test_data/lexer/ok/0013_raw_strings.txt')
| -rw-r--r-- | crates/syntax/test_data/lexer/ok/0013_raw_strings.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/syntax/test_data/lexer/ok/0013_raw_strings.txt b/crates/syntax/test_data/lexer/ok/0013_raw_strings.txt deleted file mode 100644 index db0d5ffd14..0000000000 --- a/crates/syntax/test_data/lexer/ok/0013_raw_strings.txt +++ /dev/null @@ -1,2 +0,0 @@ -STRING 36 "r###\"this is a r##\"raw\"## string\"###" -WHITESPACE 1 "\n" |