aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/err/0001_item_recovery_in_file.rast
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_syntax/test_data/parser/err/0001_item_recovery_in_file.rast')
-rw-r--r--crates/ra_syntax/test_data/parser/err/0001_item_recovery_in_file.rast36
1 files changed, 18 insertions, 18 deletions
diff --git a/crates/ra_syntax/test_data/parser/err/0001_item_recovery_in_file.rast b/crates/ra_syntax/test_data/parser/err/0001_item_recovery_in_file.rast
index 2d653715e..97d0fe910 100644
--- a/crates/ra_syntax/test_data/parser/err/0001_item_recovery_in_file.rast
+++ b/crates/ra_syntax/test_data/parser/err/0001_item_recovery_in_file.rast
@@ -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) "if" 3 IF_KW@0..2 "if"
4 WHITESPACE@[2; 3) " " 4 WHITESPACE@2..3 " "
5 ERROR@[3; 8) 5 ERROR@3..8
6 MATCH_KW@[3; 8) "match" 6 MATCH_KW@3..8 "match"
7 WHITESPACE@[8; 10) "\n\n" 7 WHITESPACE@8..10 "\n\n"
8 STRUCT_DEF@[10; 21) 8 STRUCT_DEF@10..21
9 STRUCT_KW@[10; 16) "struct" 9 STRUCT_KW@10..16 "struct"
10 WHITESPACE@[16; 17) " " 10 WHITESPACE@16..17 " "
11 NAME@[17; 18) 11 NAME@17..18
12 IDENT@[17; 18) "S" 12 IDENT@17..18 "S"
13 WHITESPACE@[18; 19) " " 13 WHITESPACE@18..19 " "
14 RECORD_FIELD_DEF_LIST@[19; 21) 14 RECORD_FIELD_DEF_LIST@19..21
15 L_CURLY@[19; 20) "{" 15 L_CURLY@19..20 "{"
16 R_CURLY@[20; 21) "}" 16 R_CURLY@20..21 "}"
17error [0; 0): expected an item 17error 0..0: expected an item
18error [3; 3): expected an item 18error 3..3: expected an item