aboutsummaryrefslogtreecommitdiff
path: root/tests/data/lexer/0001_hello.txt
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2017-12-30 12:29:09 +0000
committerAleksey Kladov <[email protected]>2017-12-30 12:29:09 +0000
commit2d5217dbb76593a1dba1ff3db3ca0221c457e687 (patch)
tree9874ffed0e2cc39eee0c374738936954c1cee05c /tests/data/lexer/0001_hello.txt
parentddc637c16120fb352183698f635fc93a68580f7b (diff)
More readable lexer tests
Diffstat (limited to 'tests/data/lexer/0001_hello.txt')
-rw-r--r--tests/data/lexer/0001_hello.txt6
1 files changed, 3 insertions, 3 deletions
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 @@
1IDENT 5 1IDENT 5 "hello"
2WHITESPACE 1 2WHITESPACE 1 " "
3IDENT 5 3IDENT 5 "world"