diff options
author | Aleksey Kladov <[email protected]> | 2020-07-31 17:46:07 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-07-31 17:46:07 +0100 |
commit | ddf08daddf7e86d67e8d2e5596f8013b376dd522 (patch) | |
tree | f129b02a4c02651f074a3255626919f251f1fc34 /crates/ra_syntax/test_data | |
parent | 040b4c800d5279e77a6825fc90cb2921d26c7f95 (diff) |
Fix const arguments grammar
Diffstat (limited to 'crates/ra_syntax/test_data')
-rw-r--r-- | crates/ra_syntax/test_data/parser/inline/ok/0039_type_arg.rast | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/ra_syntax/test_data/parser/inline/ok/0039_type_arg.rast b/crates/ra_syntax/test_data/parser/inline/ok/0039_type_arg.rast index b9381abdc..69e98b9d6 100644 --- a/crates/ra_syntax/test_data/parser/inline/ok/0039_type_arg.rast +++ b/crates/ra_syntax/test_data/parser/inline/ok/0039_type_arg.rast | |||
@@ -27,7 +27,8 @@ [email protected] | |||
27 | [email protected] "," | 27 | [email protected] "," |
28 | [email protected] " " | 28 | [email protected] " " |
29 | [email protected] | 29 | [email protected] |
30 | [email protected] "1" | 30 | [email protected] |
31 | [email protected] "1" | ||
31 | [email protected] "," | 32 | [email protected] "," |
32 | [email protected] " " | 33 | [email protected] " " |
33 | [email protected] | 34 | [email protected] |