diff options
Diffstat (limited to 'crates/syntax/test_data/lexer/ok/0014_raw_ident.txt')
-rw-r--r-- | crates/syntax/test_data/lexer/ok/0014_raw_ident.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/syntax/test_data/lexer/ok/0014_raw_ident.txt b/crates/syntax/test_data/lexer/ok/0014_raw_ident.txt new file mode 100644 index 000000000..484689693 --- /dev/null +++ b/crates/syntax/test_data/lexer/ok/0014_raw_ident.txt | |||
@@ -0,0 +1,2 @@ | |||
1 | IDENT 11 "r#raw_ident" | ||
2 | WHITESPACE 1 "\n" | ||