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