From 171baf4c4863f035384c6c63a5f0ce531b01cf9d Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Fri, 29 Dec 2017 23:33:04 +0300 Subject: Simple identifier lexer --- tests/data/lexer/0001_hello.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/data/lexer/0001_hello.txt') diff --git a/tests/data/lexer/0001_hello.txt b/tests/data/lexer/0001_hello.txt index 5bec9be80..e0b6a1f10 100644 --- a/tests/data/lexer/0001_hello.txt +++ b/tests/data/lexer/0001_hello.txt @@ -1,3 +1,3 @@ IDENT 5 WHITESPACE 1 -IDENT 5 \ No newline at end of file +IDENT 5 -- cgit v1.2.3