diff options
author | Dmitry <[email protected]> | 2020-08-09 14:35:51 +0100 |
---|---|---|
committer | Dmitry <[email protected]> | 2020-08-09 14:39:32 +0100 |
commit | 8068302fefc75440b823f4bf1731a5f347d7c767 (patch) | |
tree | 251b967182e79bc82a58c2fb208c688f6152df1f /crates/ra_syntax/test_data/parser/fragments/pattern | |
parent | 1a43a0f63e0008787225abb6fb2baef97b6a39e0 (diff) | |
parent | 8a57afe5a4bfab40072a83f7dc4ca560bf860919 (diff) |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'crates/ra_syntax/test_data/parser/fragments/pattern')
-rw-r--r-- | crates/ra_syntax/test_data/parser/fragments/pattern/ok/0000_enum.rast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_syntax/test_data/parser/fragments/pattern/ok/0000_enum.rast b/crates/ra_syntax/test_data/parser/fragments/pattern/ok/0000_enum.rast index 15eb7f9c6..dcf102339 100644 --- a/crates/ra_syntax/test_data/parser/fragments/pattern/ok/0000_enum.rast +++ b/crates/ra_syntax/test_data/parser/fragments/pattern/ok/0000_enum.rast | |||
@@ -4,7 +4,7 @@ [email protected] | |||
4 | [email protected] | 4 | [email protected] |
5 | [email protected] "Some" | 5 | [email protected] "Some" |
6 | [email protected] "(" | 6 | [email protected] "(" |
7 | BIN[email protected] | 7 | IDENT[email protected] |
8 | [email protected] | 8 | [email protected] |
9 | [email protected] "x" | 9 | [email protected] "x" |
10 | [email protected] ")" | 10 | [email protected] ")" |