diff options
author | Aleksey Kladov <[email protected]> | 2017-12-29 20:33:04 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2017-12-29 20:33:04 +0000 |
commit | 171baf4c4863f035384c6c63a5f0ce531b01cf9d (patch) | |
tree | 8dd3885e6d02f64e41275c07bf15491477272182 /tests/data | |
parent | 15af7ad36c507b17093ba86c393272819ff4b3cd (diff) |
Simple identifier lexer
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/lexer/0001_hello.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
1 | IDENT 5 | 1 | IDENT 5 |
2 | WHITESPACE 1 | 2 | WHITESPACE 1 |
3 | IDENT 5 \ No newline at end of file | 3 | IDENT 5 |