From 2d5217dbb76593a1dba1ff3db3ca0221c457e687 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sat, 30 Dec 2017 15:29:09 +0300 Subject: More readable lexer tests --- tests/data/lexer/0001_hello.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (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 e0b6a1f10..27a5940a9 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 +IDENT 5 "hello" +WHITESPACE 1 " " +IDENT 5 "world" -- cgit v1.2.3