aboutsummaryrefslogtreecommitdiff
path: root/tests/data/lexer/0011_keywords.txt
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-01-09 19:35:55 +0000
committerAleksey Kladov <[email protected]>2018-01-09 19:35:55 +0000
commit1544e89c49c67df00fc72d841f3e39be792cbe2b (patch)
tree1c8354cd22a77cfc32a2026fa1535cc2986007f8 /tests/data/lexer/0011_keywords.txt
parent7f8ca07d864b5ec8e668c48c4c029dd0584eae4a (diff)
G: mod item
Diffstat (limited to 'tests/data/lexer/0011_keywords.txt')
-rw-r--r--tests/data/lexer/0011_keywords.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/data/lexer/0011_keywords.txt b/tests/data/lexer/0011_keywords.txt
index bf8ceffd4..35d9a3871 100644
--- a/tests/data/lexer/0011_keywords.txt
+++ b/tests/data/lexer/0011_keywords.txt
@@ -19,4 +19,6 @@ WHITESPACE 1 " "
19EXTERN_KW 6 "extern" 19EXTERN_KW 6 "extern"
20WHITESPACE 1 " " 20WHITESPACE 1 " "
21CRATE_KW 5 "crate" 21CRATE_KW 5 "crate"
22WHITESPACE 1 " "
23MOD_KW 3 "mod"
22WHITESPACE 1 "\n" 24WHITESPACE 1 "\n"