Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/parser/test_data/lexer/ok/hello.rast')
-rw-r--r--crates/parser/test_data/lexer/ok/hello.rast3
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/parser/test_data/lexer/ok/hello.rast b/crates/parser/test_data/lexer/ok/hello.rast
new file mode 100644
index 0000000000..7f5ce9de1b
--- /dev/null
+++ b/crates/parser/test_data/lexer/ok/hello.rast
@@ -0,0 +1,3 @@
+IDENT "hello"
+WHITESPACE " "
+IDENT "world"