Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/parser/test_data/lexer/ok/chars.rs')
| -rw-r--r-- | crates/parser/test_data/lexer/ok/chars.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/parser/test_data/lexer/ok/chars.rs b/crates/parser/test_data/lexer/ok/chars.rs new file mode 100644 index 0000000000..454ee0a5f6 --- /dev/null +++ b/crates/parser/test_data/lexer/ok/chars.rs @@ -0,0 +1 @@ +'x' ' ' '0' 'hello' '\x7f' '\n' '\\' '\'' |