diff options
author | Aleksey Kladov <[email protected]> | 2018-07-29 11:51:55 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-07-29 11:51:55 +0100 |
commit | c12450fb4e30c3418555e47d045bb9fd4318a10a (patch) | |
tree | e2dc508e1e415388392657cda3dfb00175cdabf2 /tests/data/parser/err/0000_struct_field_missing_comma.txt | |
parent | 8d9961b75377a7bd2656b5aa1451710de8c86f60 (diff) |
Introduce red-green syntax tree
Diffstat (limited to 'tests/data/parser/err/0000_struct_field_missing_comma.txt')
-rw-r--r-- | tests/data/parser/err/0000_struct_field_missing_comma.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/parser/err/0000_struct_field_missing_comma.txt b/tests/data/parser/err/0000_struct_field_missing_comma.txt index 5196fd718..2bb3ee6ec 100644 --- a/tests/data/parser/err/0000_struct_field_missing_comma.txt +++ b/tests/data/parser/err/0000_struct_field_missing_comma.txt | |||
@@ -18,7 +18,7 @@ FILE@[0; 34) | |||
18 | WHITESPACE@[17; 18) | 18 | WHITESPACE@[17; 18) |
19 | IDENT@[18; 21) "u32" | 19 | IDENT@[18; 21) "u32" |
20 | WHITESPACE@[21; 26) | 20 | WHITESPACE@[21; 26) |
21 | err: `expected COMMA` | 21 | err: `expected COMMA` |
22 | NAMED_FIELD@[26; 33) | 22 | NAMED_FIELD@[26; 33) |
23 | NAME@[26; 27) | 23 | NAME@[26; 27) |
24 | IDENT@[26; 27) "b" | 24 | IDENT@[26; 27) "b" |