diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-07-31 19:12:38 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-07-31 19:12:38 +0100 |
commit | 38ab326aac70484cb951fe9389d788d525d41550 (patch) | |
tree | 0032223efeefca76340fb0a97f6f12d0e432a2a9 /crates/ra_syntax/test_data/parser/fragments | |
parent | 5cade89d730b025082ff2df70aace259951a9ccf (diff) | |
parent | 98181087984157e27faba0b969e384f3c62c39d5 (diff) |
Merge #5631
5631: Finalize pattern grammar r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_syntax/test_data/parser/fragments')
-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] ")" |