aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/err/0007_stray_curly_in_file.txt
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_syntax/test_data/parser/err/0007_stray_curly_in_file.txt')
-rw-r--r--crates/ra_syntax/test_data/parser/err/0007_stray_curly_in_file.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/crates/ra_syntax/test_data/parser/err/0007_stray_curly_in_file.txt b/crates/ra_syntax/test_data/parser/err/0007_stray_curly_in_file.txt
index b79e01238..7ae417441 100644
--- a/crates/ra_syntax/test_data/parser/err/0007_stray_curly_in_file.txt
+++ b/crates/ra_syntax/test_data/parser/err/0007_stray_curly_in_file.txt
@@ -20,9 +20,10 @@ SOURCE_FILE@[0; 31)
20 PARAM_LIST@[23; 25) 20 PARAM_LIST@[23; 25)
21 L_PAREN@[23; 24) "(" 21 L_PAREN@[23; 24) "("
22 R_PAREN@[24; 25) ")" 22 R_PAREN@[24; 25) ")"
23 BLOCK@[25; 27) 23 BLOCK_EXPR@[25; 27)
24 L_CURLY@[25; 26) "{" 24 BLOCK@[25; 27)
25 R_CURLY@[26; 27) "}" 25 L_CURLY@[25; 26) "{"
26 R_CURLY@[26; 27) "}"
26 WHITESPACE@[27; 29) "\n\n" 27 WHITESPACE@[27; 29) "\n\n"
27 ERROR@[29; 30) 28 ERROR@[29; 30)
28 R_CURLY@[29; 30) "}" 29 R_CURLY@[29; 30) "}"