diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-02-10 11:23:41 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-02-10 11:23:41 +0000 |
commit | b814d931514cdc250f9156dabd874edf685569d0 (patch) | |
tree | 6de85e5e662bc0c6eca78715496a02867da1eff9 /tests/data/parser/ok/0017_attr_trailing_comma.txt | |
parent | c3b009b6d24225ad2add62fce8206918fceba3eb (diff) | |
parent | 199b3a1604095beee9eaeec541c8f158e85493ea (diff) |
Merge #46
46: Names r=matklad a=matklad
bors r+
Diffstat (limited to 'tests/data/parser/ok/0017_attr_trailing_comma.txt')
-rw-r--r-- | tests/data/parser/ok/0017_attr_trailing_comma.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/data/parser/ok/0017_attr_trailing_comma.txt b/tests/data/parser/ok/0017_attr_trailing_comma.txt index 304417ed9..a4a6b8807 100644 --- a/tests/data/parser/ok/0017_attr_trailing_comma.txt +++ b/tests/data/parser/ok/0017_attr_trailing_comma.txt | |||
@@ -13,8 +13,9 @@ FILE@[0; 23) | |||
13 | R_BRACK@[9; 10) | 13 | R_BRACK@[9; 10) |
14 | WHITESPACE@[10; 11) | 14 | WHITESPACE@[10; 11) |
15 | FN_KW@[11; 13) | 15 | FN_KW@[11; 13) |
16 | WHITESPACE@[13; 14) | 16 | NAME@[13; 17) |
17 | IDENT@[14; 17) "foo" | 17 | WHITESPACE@[13; 14) |
18 | IDENT@[14; 17) "foo" | ||
18 | L_PAREN@[17; 18) | 19 | L_PAREN@[17; 18) |
19 | R_PAREN@[18; 19) | 20 | R_PAREN@[18; 19) |
20 | WHITESPACE@[19; 20) | 21 | WHITESPACE@[19; 20) |