diff options
author | Aleksey Kladov <[email protected]> | 2018-01-13 19:00:26 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-01-13 19:00:26 +0000 |
commit | 08f7c69f90bac772c69b3bf34877f3d9a845c541 (patch) | |
tree | 4866ac1ab988d1735ded745aacf1630f27a3220e /tests/data/lexer | |
parent | 55891be06a1f0a051638cb59f1d15167faf5ab82 (diff) |
G: struct flavors
Diffstat (limited to 'tests/data/lexer')
-rw-r--r-- | tests/data/lexer/0011_keywords.rs | 2 | ||||
-rw-r--r-- | tests/data/lexer/0011_keywords.txt | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/tests/data/lexer/0011_keywords.rs b/tests/data/lexer/0011_keywords.rs index aa729cdbd..c2c9e5667 100644 --- a/tests/data/lexer/0011_keywords.rs +++ b/tests/data/lexer/0011_keywords.rs | |||
@@ -1 +1 @@ | |||
fn use struct trait enum impl true false as extern crate mod pub self super in | fn use struct trait enum impl true false as extern crate mod pub self super in where | ||
diff --git a/tests/data/lexer/0011_keywords.txt b/tests/data/lexer/0011_keywords.txt index 8a1f525ac..301ee21e2 100644 --- a/tests/data/lexer/0011_keywords.txt +++ b/tests/data/lexer/0011_keywords.txt | |||
@@ -29,4 +29,6 @@ WHITESPACE 1 " " | |||
29 | SUPER_KW 5 "super" | 29 | SUPER_KW 5 "super" |
30 | WHITESPACE 1 " " | 30 | WHITESPACE 1 " " |
31 | IN_KW 2 "in" | 31 | IN_KW 2 "in" |
32 | WHITESPACE 1 " " | ||
33 | WHERE_KW 5 "where" | ||
32 | WHITESPACE 1 "\n" | 34 | WHITESPACE 1 "\n" |