diff options
Diffstat (limited to 'tests/data/lexer/0011_keywords.txt')
-rw-r--r-- | tests/data/lexer/0011_keywords.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/data/lexer/0011_keywords.txt b/tests/data/lexer/0011_keywords.txt index 05b1f0995..96528952b 100644 --- a/tests/data/lexer/0011_keywords.txt +++ b/tests/data/lexer/0011_keywords.txt | |||
@@ -47,4 +47,6 @@ WHITESPACE 1 "\n" | |||
47 | STATIC_KW 6 "static" | 47 | STATIC_KW 6 "static" |
48 | WHITESPACE 1 " " | 48 | WHITESPACE 1 " " |
49 | MUT_KW 3 "mut" | 49 | MUT_KW 3 "mut" |
50 | WHITESPACE 1 " " | ||
51 | TYPE_KW 4 "type" | ||
50 | WHITESPACE 1 "\n" | 52 | WHITESPACE 1 "\n" |