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.txt18
1 files changed, 9 insertions, 9 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 74743d7ad..d7762c089 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,18 +1,18 @@
1SOURCE_FILE@[0; 21) 1SOURCE_FILE@[0; 21)
2 ERROR@[0; 2) 2 ERROR@[0; 2)
3 IF_KW@[0; 2) 3 IF_KW@[0; 2) "if"
4 err: `expected an item` 4 err: `expected an item`
5 WHITESPACE@[2; 3) 5 WHITESPACE@[2; 3) " "
6 err: `expected an item` 6 err: `expected an item`
7 ERROR@[3; 8) 7 ERROR@[3; 8)
8 MATCH_KW@[3; 8) 8 MATCH_KW@[3; 8) "match"
9 WHITESPACE@[8; 10) 9 WHITESPACE@[8; 10) "\n\n"
10 STRUCT_DEF@[10; 21) 10 STRUCT_DEF@[10; 21)
11 STRUCT_KW@[10; 16) 11 STRUCT_KW@[10; 16) "struct"
12 WHITESPACE@[16; 17) 12 WHITESPACE@[16; 17) " "
13 NAME@[17; 18) 13 NAME@[17; 18)
14 IDENT@[17; 18) "S" 14 IDENT@[17; 18) "S"
15 WHITESPACE@[18; 19) 15 WHITESPACE@[18; 19) " "
16 NAMED_FIELD_DEF_LIST@[19; 21) 16 NAMED_FIELD_DEF_LIST@[19; 21)
17 L_CURLY@[19; 20) 17 L_CURLY@[19; 20) "{"
18 R_CURLY@[20; 21) 18 R_CURLY@[20; 21) "}"