From b5021411a84822cb3f1e3aeffad9550dd15bdeb6 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sun, 16 Sep 2018 12:54:24 +0300 Subject: rename all things --- .../data/parser/err/0001_item_recovery_in_file.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 crates/ra_syntax/tests/data/parser/err/0001_item_recovery_in_file.txt (limited to 'crates/ra_syntax/tests/data/parser/err/0001_item_recovery_in_file.txt') 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 new file mode 100644 index 000000000..771d6e1ef --- /dev/null +++ b/crates/ra_syntax/tests/data/parser/err/0001_item_recovery_in_file.txt @@ -0,0 +1,18 @@ +ROOT@[0; 21) + ERROR@[0; 2) + IF_KW@[0; 2) + err: `expected an item` + WHITESPACE@[2; 3) + err: `expected an item` + ERROR@[3; 8) + MATCH_KW@[3; 8) + WHITESPACE@[8; 10) + STRUCT_DEF@[10; 21) + STRUCT_KW@[10; 16) + WHITESPACE@[16; 17) + NAME@[17; 18) + IDENT@[17; 18) "S" + WHITESPACE@[18; 19) + NAMED_FIELD_DEF_LIST@[19; 21) + L_CURLY@[19; 20) + R_CURLY@[20; 21) -- cgit v1.2.3