aboutsummaryrefslogtreecommitdiff
path: root/crates/libsyntax2/tests/data/lexer/0001_hello.txt
diff options
context:
space:
mode:
Diffstat (limited to 'crates/libsyntax2/tests/data/lexer/0001_hello.txt')
-rw-r--r--crates/libsyntax2/tests/data/lexer/0001_hello.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/libsyntax2/tests/data/lexer/0001_hello.txt b/crates/libsyntax2/tests/data/lexer/0001_hello.txt
new file mode 100644
index 000000000..27a5940a9
--- /dev/null
+++ b/crates/libsyntax2/tests/data/lexer/0001_hello.txt
@@ -0,0 +1,3 @@
1IDENT 5 "hello"
2WHITESPACE 1 " "
3IDENT 5 "world"