aboutsummaryrefslogtreecommitdiff
path: root/tests/data
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data')
-rw-r--r--tests/data/lexer/0001_hello.rs1
-rw-r--r--tests/data/lexer/0001_hello.txt3
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/data/lexer/0001_hello.rs b/tests/data/lexer/0001_hello.rs
new file mode 100644
index 000000000..95d09f2b1
--- /dev/null
+++ b/tests/data/lexer/0001_hello.rs
@@ -0,0 +1 @@
hello world \ No newline at end of file
diff --git a/tests/data/lexer/0001_hello.txt b/tests/data/lexer/0001_hello.txt
new file mode 100644
index 000000000..5bec9be80
--- /dev/null
+++ b/tests/data/lexer/0001_hello.txt
@@ -0,0 +1,3 @@
1IDENT 5
2WHITESPACE 1
3IDENT 5 \ No newline at end of file