diff options
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/lexer/0001_hello.rs | 1 | ||||
-rw-r--r-- | tests/data/lexer/0001_hello.txt | 3 |
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 @@ | |||
1 | IDENT 5 | ||
2 | WHITESPACE 1 | ||
3 | IDENT 5 \ No newline at end of file | ||