diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-02-11 16:24:39 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-02-11 16:24:39 +0000 |
commit | 77ccac74f94fbe387fc587d46f9d93f04fce3644 (patch) | |
tree | f0cc15c1fb77ca429717fcb1d5975f5cb5622c9e /crates/ra_syntax/tests/data/parser/inline/ok | |
parent | a180674986df6ff4c1934dc92f29b49e607477db (diff) | |
parent | 2efdf41bdb178ebf1ff0f8e3b335f491c84d7fa3 (diff) |
Merge #790
790: make macro-rules eq r=matklad a=matklad
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_syntax/tests/data/parser/inline/ok')
-rw-r--r-- | crates/ra_syntax/tests/data/parser/inline/ok/0062_mod_contents.txt | 3 | ||||
-rw-r--r-- | crates/ra_syntax/tests/data/parser/inline/ok/0096_no_semi_after_block.txt | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/crates/ra_syntax/tests/data/parser/inline/ok/0062_mod_contents.txt b/crates/ra_syntax/tests/data/parser/inline/ok/0062_mod_contents.txt index 62528ca47..6ccd0ffc3 100644 --- a/crates/ra_syntax/tests/data/parser/inline/ok/0062_mod_contents.txt +++ b/crates/ra_syntax/tests/data/parser/inline/ok/0062_mod_contents.txt | |||
@@ -19,7 +19,8 @@ SOURCE_FILE@[0; 70) | |||
19 | IDENT@[12; 23) "macro_rules" | 19 | IDENT@[12; 23) "macro_rules" |
20 | EXCL@[23; 24) | 20 | EXCL@[23; 24) |
21 | WHITESPACE@[24; 25) | 21 | WHITESPACE@[24; 25) |
22 | IDENT@[25; 28) "foo" | 22 | NAME@[25; 28) |
23 | IDENT@[25; 28) "foo" | ||
23 | WHITESPACE@[28; 29) | 24 | WHITESPACE@[28; 29) |
24 | TOKEN_TREE@[29; 31) | 25 | TOKEN_TREE@[29; 31) |
25 | L_CURLY@[29; 30) | 26 | L_CURLY@[29; 30) |
diff --git a/crates/ra_syntax/tests/data/parser/inline/ok/0096_no_semi_after_block.txt b/crates/ra_syntax/tests/data/parser/inline/ok/0096_no_semi_after_block.txt index 63b230091..ac789651a 100644 --- a/crates/ra_syntax/tests/data/parser/inline/ok/0096_no_semi_after_block.txt +++ b/crates/ra_syntax/tests/data/parser/inline/ok/0096_no_semi_after_block.txt | |||
@@ -92,7 +92,8 @@ SOURCE_FILE@[0; 167) | |||
92 | IDENT@[109; 120) "macro_rules" | 92 | IDENT@[109; 120) "macro_rules" |
93 | EXCL@[120; 121) | 93 | EXCL@[120; 121) |
94 | WHITESPACE@[121; 122) | 94 | WHITESPACE@[121; 122) |
95 | IDENT@[122; 126) "test" | 95 | NAME@[122; 126) |
96 | IDENT@[122; 126) "test" | ||
96 | WHITESPACE@[126; 127) | 97 | WHITESPACE@[126; 127) |
97 | TOKEN_TREE@[127; 152) | 98 | TOKEN_TREE@[127; 152) |
98 | L_CURLY@[127; 128) | 99 | L_CURLY@[127; 128) |