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/0148_pub_macro_def.txt | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 crates/ra_syntax/test_data/parser/inline/ok/0148_pub_macro_def.txt (limited to 'crates/ra_syntax/test_data/parser/inline/ok/0148_pub_macro_def.txt') diff --git a/crates/ra_syntax/test_data/parser/inline/ok/0148_pub_macro_def.txt b/crates/ra_syntax/test_data/parser/inline/ok/0148_pub_macro_def.txt deleted file mode 100644 index cfd79d9c2..000000000 --- a/crates/ra_syntax/test_data/parser/inline/ok/0148_pub_macro_def.txt +++ /dev/null @@ -1,21 +0,0 @@ -SOURCE_FILE@[0; 24) - MACRO_DEF@[0; 23) - VISIBILITY@[0; 3) - PUB_KW@[0; 3) "pub" - WHITESPACE@[3; 4) " " - MACRO_KW@[4; 9) "macro" - WHITESPACE@[9; 10) " " - NAME@[10; 11) - IDENT@[10; 11) "m" - TOKEN_TREE@[11; 23) - TOKEN_TREE@[11; 20) - L_PAREN@[11; 12) "(" - DOLLAR@[12; 13) "$" - COLON@[13; 14) ":" - IDENT@[14; 19) "ident" - R_PAREN@[19; 20) ")" - WHITESPACE@[20; 21) " " - TOKEN_TREE@[21; 23) - L_CURLY@[21; 22) "{" - R_CURLY@[22; 23) "}" - WHITESPACE@[23; 24) "\n" -- cgit v1.2.3