diff options
author | Aleksey Kladov <[email protected]> | 2018-08-05 12:08:46 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-08-05 12:08:46 +0100 |
commit | c871022f9810547f3eeaa5af3a3dc4bc0c85a386 (patch) | |
tree | 71d74bbc3872c7cf5f0731639c196a81c93b9eee /tests/data/parser/err | |
parent | b513e94d88c8702a051acf4d58c0335c9aed9db2 (diff) |
item-macros
Diffstat (limited to 'tests/data/parser/err')
-rw-r--r-- | tests/data/parser/err/0008_item_block_recovery.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/data/parser/err/0008_item_block_recovery.txt b/tests/data/parser/err/0008_item_block_recovery.txt index 80253d8af..62ca31080 100644 --- a/tests/data/parser/err/0008_item_block_recovery.txt +++ b/tests/data/parser/err/0008_item_block_recovery.txt | |||
@@ -13,15 +13,15 @@ FILE@[0; 95) | |||
13 | WHITESPACE@[10; 11) | 13 | WHITESPACE@[10; 11) |
14 | R_CURLY@[11; 12) | 14 | R_CURLY@[11; 12) |
15 | WHITESPACE@[12; 14) | 15 | WHITESPACE@[12; 14) |
16 | err: `expected an item` | 16 | MACRO_CALL@[14; 20) |
17 | ERROR@[14; 17) | 17 | PATH@[14; 17) |
18 | IDENT@[14; 17) "bar" | 18 | PATH_SEGMENT@[14; 17) |
19 | err: `expected an item` | 19 | NAME_REF@[14; 17) |
20 | ERROR@[17; 18) | 20 | IDENT@[14; 17) "bar" |
21 | err: `expected EXCL` | ||
21 | L_PAREN@[17; 18) | 22 | L_PAREN@[17; 18) |
22 | err: `expected an item` | ||
23 | ERROR@[18; 20) | ||
24 | R_PAREN@[18; 19) | 23 | R_PAREN@[18; 19) |
24 | err: `expected SEMI` | ||
25 | WHITESPACE@[19; 20) | 25 | WHITESPACE@[19; 20) |
26 | err: `expected an item` | 26 | err: `expected an item` |
27 | ERROR@[20; 82) | 27 | ERROR@[20; 82) |