diff options
author | Edwin Cheng <[email protected]> | 2019-12-22 03:11:10 +0000 |
---|---|---|
committer | Edwin Cheng <[email protected]> | 2019-12-22 03:11:10 +0000 |
commit | 737045c1eac87ab78f0042340f0311d3679158b0 (patch) | |
tree | 09c746fd60a8a1f6a950465ca37eacd6c2aa424a /crates/ra_syntax/test_data/parser/ok | |
parent | 90ef070db3dce0a7acb9cd11d0b0d72de13c9d79 (diff) |
Use name instead of ident for macro 2.0 sytnax
Diffstat (limited to 'crates/ra_syntax/test_data/parser/ok')
-rw-r--r-- | crates/ra_syntax/test_data/parser/ok/0062_macro_2.0.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/crates/ra_syntax/test_data/parser/ok/0062_macro_2.0.txt b/crates/ra_syntax/test_data/parser/ok/0062_macro_2.0.txt index 158af85f5..2be523fc3 100644 --- a/crates/ra_syntax/test_data/parser/ok/0062_macro_2.0.txt +++ b/crates/ra_syntax/test_data/parser/ok/0062_macro_2.0.txt | |||
@@ -2,7 +2,8 @@ SOURCE_FILE@[0; 349) | |||
2 | MACRO_DEF@[0; 93) | 2 | MACRO_DEF@[0; 93) |
3 | MACRO_KW@[0; 5) "macro" | 3 | MACRO_KW@[0; 5) "macro" |
4 | WHITESPACE@[5; 6) " " | 4 | WHITESPACE@[5; 6) " " |
5 | IDENT@[6; 21) "parse_use_trees" | 5 | NAME@[6; 21) |
6 | IDENT@[6; 21) "parse_use_trees" | ||
6 | TOKEN_TREE@[21; 93) | 7 | TOKEN_TREE@[21; 93) |
7 | TOKEN_TREE@[21; 41) | 8 | TOKEN_TREE@[21; 41) |
8 | L_PAREN@[21; 22) "(" | 9 | L_PAREN@[21; 22) "(" |
@@ -75,7 +76,8 @@ SOURCE_FILE@[0; 349) | |||
75 | MACRO_DEF@[134; 346) | 76 | MACRO_DEF@[134; 346) |
76 | MACRO_KW@[134; 139) "macro" | 77 | MACRO_KW@[134; 139) "macro" |
77 | WHITESPACE@[139; 140) " " | 78 | WHITESPACE@[139; 140) " " |
78 | IDENT@[140; 150) "test_merge" | 79 | NAME@[140; 150) |
80 | IDENT@[140; 150) "test_merge" | ||
79 | TOKEN_TREE@[150; 346) | 81 | TOKEN_TREE@[150; 346) |
80 | TOKEN_TREE@[150; 203) | 82 | TOKEN_TREE@[150; 203) |
81 | L_PAREN@[150; 151) "(" | 83 | L_PAREN@[150; 151) "(" |