diff options
author | Aleksey Kladov <[email protected]> | 2017-12-28 21:27:56 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2017-12-28 21:27:56 +0000 |
commit | 45fce4b3ef53b0ffc78aac7064701f1f31792a5a (patch) | |
tree | c388ecdfa2120eb1f9234958c22fff42746a6f64 /tests/data/lexer | |
parent | e132280844db6af5a70739bba3bd89382c39e37e (diff) |
Lexer testing infra
Diffstat (limited to 'tests/data/lexer')
-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 | ||