From da091b130347c4d6d8c75acb8e65c30a17dc1f5e Mon Sep 17 00:00:00 2001 From: veetaha Date: Mon, 6 Apr 2020 14:04:26 +0300 Subject: Migrate tests .txt -> .rast The sytax tree output files now use .rast extension (rust-analyzer syntax tree or rust abstract syntax tree (whatever)). This format has a editors/code/ra_syntax_tree.tmGrammar.json declaration that supplies nice syntax highlighting for .rast files. --- .../parser/inline/ok/0073_type_item_type_params.txt | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 crates/ra_syntax/test_data/parser/inline/ok/0073_type_item_type_params.txt (limited to 'crates/ra_syntax/test_data/parser/inline/ok/0073_type_item_type_params.txt') diff --git a/crates/ra_syntax/test_data/parser/inline/ok/0073_type_item_type_params.txt b/crates/ra_syntax/test_data/parser/inline/ok/0073_type_item_type_params.txt deleted file mode 100644 index 2dd6db28f..000000000 --- a/crates/ra_syntax/test_data/parser/inline/ok/0073_type_item_type_params.txt +++ /dev/null @@ -1,20 +0,0 @@ -SOURCE_FILE@[0; 21) - TYPE_ALIAS_DEF@[0; 20) - TYPE_KW@[0; 4) "type" - WHITESPACE@[4; 5) " " - NAME@[5; 11) - IDENT@[5; 11) "Result" - TYPE_PARAM_LIST@[11; 14) - L_ANGLE@[11; 12) "<" - TYPE_PARAM@[12; 13) - NAME@[12; 13) - IDENT@[12; 13) "T" - R_ANGLE@[13; 14) ">" - WHITESPACE@[14; 15) " " - EQ@[15; 16) "=" - WHITESPACE@[16; 17) " " - TUPLE_TYPE@[17; 19) - L_PAREN@[17; 18) "(" - R_PAREN@[18; 19) ")" - SEMI@[19; 20) ";" - WHITESPACE@[20; 21) "\n" -- cgit v1.2.3