aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/tests/data/parser/err/0015_curly_in_params.txt
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_syntax/tests/data/parser/err/0015_curly_in_params.txt')
-rw-r--r--crates/ra_syntax/tests/data/parser/err/0015_curly_in_params.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/crates/ra_syntax/tests/data/parser/err/0015_curly_in_params.txt b/crates/ra_syntax/tests/data/parser/err/0015_curly_in_params.txt
index 1350980f2..8f93b832d 100644
--- a/crates/ra_syntax/tests/data/parser/err/0015_curly_in_params.txt
+++ b/crates/ra_syntax/tests/data/parser/err/0015_curly_in_params.txt
@@ -6,19 +6,19 @@ SOURCE_FILE@[0; 14)
6 IDENT@[3; 6) "foo" 6 IDENT@[3; 6) "foo"
7 PARAM_LIST@[6; 7) 7 PARAM_LIST@[6; 7)
8 L_PAREN@[6; 7) "(" 8 L_PAREN@[6; 7) "("
9 err: `expected value parameter`
10 err: `expected R_PAREN`
11 err: `expected a block`
12 err: `unmatched `}``
13 ERROR@[7; 8) 9 ERROR@[7; 8)
14 R_CURLY@[7; 8) "}" 10 R_CURLY@[7; 8) "}"
15 err: `expected an item`
16 ERROR@[8; 9) 11 ERROR@[8; 9)
17 R_PAREN@[8; 9) ")" 12 R_PAREN@[8; 9) ")"
18 WHITESPACE@[9; 10) " " 13 WHITESPACE@[9; 10) " "
19 err: `expected an item`
20 ERROR@[10; 13) 14 ERROR@[10; 13)
21 L_CURLY@[10; 11) "{" 15 L_CURLY@[10; 11) "{"
22 WHITESPACE@[11; 12) "\n" 16 WHITESPACE@[11; 12) "\n"
23 R_CURLY@[12; 13) "}" 17 R_CURLY@[12; 13) "}"
24 WHITESPACE@[13; 14) "\n" 18 WHITESPACE@[13; 14) "\n"
19err: `expected value parameter`
20err: `expected R_PAREN`
21err: `expected a block`
22err: `unmatched `}``
23err: `expected an item`
24err: `expected an item`