aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/inline/ok/0135_first_array_member_attributes.txt
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-01-16 17:40:25 +0000
committerGitHub <[email protected]>2020-01-16 17:40:25 +0000
commit91171dedd45b93bf6a4f1b9662ebb8106f80c3b6 (patch)
treedc1c18aa49beaef7e8cf305e7b020d25cb10a58c /crates/ra_syntax/test_data/parser/inline/ok/0135_first_array_member_attributes.txt
parentd3c4fbbbc45afc7d480185493b5ce77b5daa1747 (diff)
parent5398b9eeba14a3e73eb9a8b7e0d2e703e052585d (diff)
Merge #2863
2863: Minimize test r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_syntax/test_data/parser/inline/ok/0135_first_array_member_attributes.txt')
-rw-r--r--crates/ra_syntax/test_data/parser/inline/ok/0135_first_array_member_attributes.txt53
1 files changed, 0 insertions, 53 deletions
diff --git a/crates/ra_syntax/test_data/parser/inline/ok/0135_first_array_member_attributes.txt b/crates/ra_syntax/test_data/parser/inline/ok/0135_first_array_member_attributes.txt
deleted file mode 100644
index 2e3a13005..000000000
--- a/crates/ra_syntax/test_data/parser/inline/ok/0135_first_array_member_attributes.txt
+++ /dev/null
@@ -1,53 +0,0 @@
1SOURCE_FILE@[0; 56)
2 CONST_DEF@[0; 55)
3 VISIBILITY@[0; 3)
4 PUB_KW@[0; 3) "pub"
5 WHITESPACE@[3; 4) " "
6 CONST_KW@[4; 9) "const"
7 WHITESPACE@[9; 10) " "
8 NAME@[10; 11)
9 IDENT@[10; 11) "A"
10 COLON@[11; 12) ":"
11 WHITESPACE@[12; 13) " "
12 REFERENCE_TYPE@[13; 19)
13 AMP@[13; 14) "&"
14 SLICE_TYPE@[14; 19)
15 L_BRACK@[14; 15) "["
16 PATH_TYPE@[15; 18)
17 PATH@[15; 18)
18 PATH_SEGMENT@[15; 18)
19 NAME_REF@[15; 18)
20 IDENT@[15; 18) "i64"
21 R_BRACK@[18; 19) "]"
22 WHITESPACE@[19; 20) " "
23 EQ@[20; 21) "="
24 WHITESPACE@[21; 22) " "
25 REF_EXPR@[22; 54)
26 AMP@[22; 23) "&"
27 ARRAY_EXPR@[23; 54)
28 L_BRACK@[23; 24) "["
29 WHITESPACE@[24; 28) "\n "
30 LITERAL@[28; 45)
31 ATTR@[28; 40)
32 POUND@[28; 29) "#"
33 L_BRACK@[29; 30) "["
34 PATH@[30; 33)
35 PATH_SEGMENT@[30; 33)
36 NAME_REF@[30; 33)
37 IDENT@[30; 33) "cfg"
38 TOKEN_TREE@[33; 39)
39 L_PAREN@[33; 34) "("
40 IDENT@[34; 38) "test"
41 R_PAREN@[38; 39) ")"
42 R_BRACK@[39; 40) "]"
43 WHITESPACE@[40; 44) "\n "
44 INT_NUMBER@[44; 45) "1"
45 COMMA@[45; 46) ","
46 WHITESPACE@[46; 50) "\n "
47 LITERAL@[50; 51)
48 INT_NUMBER@[50; 51) "2"
49 COMMA@[51; 52) ","
50 WHITESPACE@[52; 53) "\n"
51 R_BRACK@[53; 54) "]"
52 SEMI@[54; 55) ";"
53 WHITESPACE@[55; 56) "\n"