diff options
author | Aleksey Kladov <[email protected]> | 2020-07-28 19:59:48 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-07-28 19:59:48 +0100 |
commit | b10e437039c2d7e300f6be6b5de6446419a2d660 (patch) | |
tree | c08df3e0cf61f1acecdefed66b88634988dc981a /crates/ra_syntax/test_data/parser/ok | |
parent | eb99c35b3da43020df074b91243f6b51d792d116 (diff) |
Fix nameref parsing
Diffstat (limited to 'crates/ra_syntax/test_data/parser/ok')
-rw-r--r-- | crates/ra_syntax/test_data/parser/ok/0007_extern_crate.rast | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crates/ra_syntax/test_data/parser/ok/0007_extern_crate.rast b/crates/ra_syntax/test_data/parser/ok/0007_extern_crate.rast index b5bdf0aa9..271486605 100644 --- a/crates/ra_syntax/test_data/parser/ok/0007_extern_crate.rast +++ b/crates/ra_syntax/test_data/parser/ok/0007_extern_crate.rast | |||
@@ -28,8 +28,7 @@ [email protected] | |||
28 | [email protected] " " | 28 | [email protected] " " |
29 | [email protected] "crate" | 29 | [email protected] "crate" |
30 | [email protected] " " | 30 | [email protected] " " |
31 | [email protected] | 31 | [email protected] "self" |
32 | [email protected] "self" | ||
33 | [email protected] " " | 32 | [email protected] " " |
34 | [email protected] | 33 | [email protected] |
35 | [email protected] "as" | 34 | [email protected] "as" |