diff options
Diffstat (limited to 'crates/syntax/test_data/lexer/ok/0001_hello.txt')
-rw-r--r-- | crates/syntax/test_data/lexer/ok/0001_hello.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/syntax/test_data/lexer/ok/0001_hello.txt b/crates/syntax/test_data/lexer/ok/0001_hello.txt new file mode 100644 index 000000000..27a5940a9 --- /dev/null +++ b/crates/syntax/test_data/lexer/ok/0001_hello.txt | |||
@@ -0,0 +1,3 @@ | |||
1 | IDENT 5 "hello" | ||
2 | WHITESPACE 1 " " | ||
3 | IDENT 5 "world" | ||