From 45fce4b3ef53b0ffc78aac7064701f1f31792a5a Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Fri, 29 Dec 2017 00:27:56 +0300 Subject: Lexer testing infra --- tests/data/lexer/0001_hello.rs | 1 + tests/data/lexer/0001_hello.txt | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 tests/data/lexer/0001_hello.rs create mode 100644 tests/data/lexer/0001_hello.txt (limited to 'tests/data/lexer') 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 @@ +IDENT 5 +WHITESPACE 1 +IDENT 5 \ No newline at end of file -- cgit v1.2.3