aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/tests/data/parser/err/0001_item_recovery_in_file.txt
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_syntax/tests/data/parser/err/0001_item_recovery_in_file.txt')
-rw-r--r--crates/ra_syntax/tests/data/parser/err/0001_item_recovery_in_file.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/ra_syntax/tests/data/parser/err/0001_item_recovery_in_file.txt b/crates/ra_syntax/tests/data/parser/err/0001_item_recovery_in_file.txt
index d7762c089..45044fe0a 100644
--- a/crates/ra_syntax/tests/data/parser/err/0001_item_recovery_in_file.txt
+++ b/crates/ra_syntax/tests/data/parser/err/0001_item_recovery_in_file.txt
@@ -1,9 +1,7 @@
1SOURCE_FILE@[0; 21) 1SOURCE_FILE@[0; 21)
2 ERROR@[0; 2) 2 ERROR@[0; 2)
3 IF_KW@[0; 2) "if" 3 IF_KW@[0; 2) "if"
4 err: `expected an item`
5 WHITESPACE@[2; 3) " " 4 WHITESPACE@[2; 3) " "
6 err: `expected an item`
7 ERROR@[3; 8) 5 ERROR@[3; 8)
8 MATCH_KW@[3; 8) "match" 6 MATCH_KW@[3; 8) "match"
9 WHITESPACE@[8; 10) "\n\n" 7 WHITESPACE@[8; 10) "\n\n"
@@ -16,3 +14,5 @@ SOURCE_FILE@[0; 21)
16 NAMED_FIELD_DEF_LIST@[19; 21) 14 NAMED_FIELD_DEF_LIST@[19; 21)
17 L_CURLY@[19; 20) "{" 15 L_CURLY@[19; 20) "{"
18 R_CURLY@[20; 21) "}" 16 R_CURLY@[20; 21) "}"
17err: `expected an item`
18err: `expected an item`