aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/tests/data/parser/ok/0046_extern_inner_attributes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_syntax/tests/data/parser/ok/0046_extern_inner_attributes.txt')
-rw-r--r--crates/ra_syntax/tests/data/parser/ok/0046_extern_inner_attributes.txt26
1 files changed, 0 insertions, 26 deletions
diff --git a/crates/ra_syntax/tests/data/parser/ok/0046_extern_inner_attributes.txt b/crates/ra_syntax/tests/data/parser/ok/0046_extern_inner_attributes.txt
deleted file mode 100644
index 4487a6e2e..000000000
--- a/crates/ra_syntax/tests/data/parser/ok/0046_extern_inner_attributes.txt
+++ /dev/null
@@ -1,26 +0,0 @@
1SOURCE_FILE@[0; 87)
2 EXTERN_BLOCK@[0; 86)
3 ABI@[0; 10)
4 EXTERN_KW@[0; 6) "extern"
5 WHITESPACE@[6; 7) " "
6 STRING@[7; 10) "\"C\""
7 WHITESPACE@[10; 11) " "
8 EXTERN_ITEM_LIST@[11; 86)
9 L_CURLY@[11; 12) "{"
10 WHITESPACE@[12; 17) "\n "
11 COMMENT@[17; 42) "//! This is a doc com ..."
12 WHITESPACE@[42; 47) "\n "
13 ATTR@[47; 84)
14 POUND@[47; 48) "#"
15 EXCL@[48; 49) "!"
16 TOKEN_TREE@[49; 84)
17 L_BRACK@[49; 50) "["
18 IDENT@[50; 53) "doc"
19 TOKEN_TREE@[53; 83)
20 L_PAREN@[53; 54) "("
21 STRING@[54; 82) "\"This is also a doc c ..."
22 R_PAREN@[82; 83) ")"
23 R_BRACK@[83; 84) "]"
24 WHITESPACE@[84; 85) "\n"
25 R_CURLY@[85; 86) "}"
26 WHITESPACE@[86; 87) "\n"