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, 0 insertions, 18 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
deleted file mode 100644
index 7cfb54ef8..000000000
--- a/crates/ra_syntax/tests/data/parser/err/0001_item_recovery_in_file.txt
+++ /dev/null
@@ -1,18 +0,0 @@
1SOURCE_FILE@[0; 21)
2 ERROR@[0; 2)
3 IF_KW@[0; 2) "if"
4 WHITESPACE@[2; 3) " "
5 ERROR@[3; 8)
6 MATCH_KW@[3; 8) "match"
7 WHITESPACE@[8; 10) "\n\n"
8 STRUCT_DEF@[10; 21)
9 STRUCT_KW@[10; 16) "struct"
10 WHITESPACE@[16; 17) " "
11 NAME@[17; 18)
12 IDENT@[17; 18) "S"
13 WHITESPACE@[18; 19) " "
14 NAMED_FIELD_DEF_LIST@[19; 21)
15 L_CURLY@[19; 20) "{"
16 R_CURLY@[20; 21) "}"
17error 0: expected an item
18error 3: expected an item