aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/ok/0022_empty_extern_block.txt
diff options
context:
space:
mode:
authorveetaha <[email protected]>2020-04-06 12:04:26 +0100
committerveetaha <[email protected]>2020-04-06 12:04:26 +0100
commitda091b130347c4d6d8c75acb8e65c30a17dc1f5e (patch)
treef97939669a700ed80a64086b1f0aefd530bc9bea /crates/ra_syntax/test_data/parser/ok/0022_empty_extern_block.txt
parentec3fb1cdb4f1808a11fb6057550ed721c2aa36a9 (diff)
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.
Diffstat (limited to 'crates/ra_syntax/test_data/parser/ok/0022_empty_extern_block.txt')
-rw-r--r--crates/ra_syntax/test_data/parser/ok/0022_empty_extern_block.txt21
1 files changed, 0 insertions, 21 deletions
diff --git a/crates/ra_syntax/test_data/parser/ok/0022_empty_extern_block.txt b/crates/ra_syntax/test_data/parser/ok/0022_empty_extern_block.txt
deleted file mode 100644
index bbbd95fd9..000000000
--- a/crates/ra_syntax/test_data/parser/ok/0022_empty_extern_block.txt
+++ /dev/null
@@ -1,21 +0,0 @@
1SOURCE_FILE@[0; 27)
2 EXTERN_BLOCK@[0; 10)
3 ABI@[0; 6)
4 EXTERN_KW@[0; 6) "extern"
5 WHITESPACE@[6; 7) " "
6 EXTERN_ITEM_LIST@[7; 10)
7 L_CURLY@[7; 8) "{"
8 WHITESPACE@[8; 9) "\n"
9 R_CURLY@[9; 10) "}"
10 WHITESPACE@[10; 12) "\n\n"
11 EXTERN_BLOCK@[12; 26)
12 ABI@[12; 22)
13 EXTERN_KW@[12; 18) "extern"
14 WHITESPACE@[18; 19) " "
15 STRING@[19; 22) "\"C\""
16 WHITESPACE@[22; 23) " "
17 EXTERN_ITEM_LIST@[23; 26)
18 L_CURLY@[23; 24) "{"
19 WHITESPACE@[24; 25) "\n"
20 R_CURLY@[25; 26) "}"
21 WHITESPACE@[26; 27) "\n"