aboutsummaryrefslogtreecommitdiff
path: root/tests/data/lexer
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2017-12-28 21:27:56 +0000
committerAleksey Kladov <[email protected]>2017-12-28 21:27:56 +0000
commit45fce4b3ef53b0ffc78aac7064701f1f31792a5a (patch)
treec388ecdfa2120eb1f9234958c22fff42746a6f64 /tests/data/lexer
parente132280844db6af5a70739bba3bd89382c39e37e (diff)
Lexer testing infra
Diffstat (limited to 'tests/data/lexer')
-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