aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data
diff options
context:
space:
mode:
authorEdwin Cheng <[email protected]>2020-01-16 15:37:43 +0000
committerEdwin Cheng <[email protected]>2020-01-16 15:37:43 +0000
commited8d5c86e3999aeec9a62e69ef065b2c799ecfa0 (patch)
treec2764faa7663b25e137e1040e7499d57c47aed94 /crates/ra_syntax/test_data
parentb2ed130ffd9c79de26249a1dfb2a8312d6af12b3 (diff)
Fix array element attribute position
Diffstat (limited to 'crates/ra_syntax/test_data')
-rw-r--r--crates/ra_syntax/test_data/parser/inline/ok/0135_first_array_member_attributes.txt28
-rw-r--r--crates/ra_syntax/test_data/parser/inline/ok/0136_subsequent_array_member_attributes.txt28
2 files changed, 28 insertions, 28 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
index 8f2e91bdf..2e3a13005 100644
--- 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
@@ -27,20 +27,20 @@ SOURCE_FILE@[0; 56)
27 ARRAY_EXPR@[23; 54) 27 ARRAY_EXPR@[23; 54)
28 L_BRACK@[23; 24) "[" 28 L_BRACK@[23; 24) "["
29 WHITESPACE@[24; 28) "\n " 29 WHITESPACE@[24; 28) "\n "
30 ATTR@[28; 40) 30 LITERAL@[28; 45)
31 POUND@[28; 29) "#" 31 ATTR@[28; 40)
32 L_BRACK@[29; 30) "[" 32 POUND@[28; 29) "#"
33 PATH@[30; 33) 33 L_BRACK@[29; 30) "["
34 PATH_SEGMENT@[30; 33) 34 PATH@[30; 33)
35 NAME_REF@[30; 33) 35 PATH_SEGMENT@[30; 33)
36 IDENT@[30; 33) "cfg" 36 NAME_REF@[30; 33)
37 TOKEN_TREE@[33; 39) 37 IDENT@[30; 33) "cfg"
38 L_PAREN@[33; 34) "(" 38 TOKEN_TREE@[33; 39)
39 IDENT@[34; 38) "test" 39 L_PAREN@[33; 34) "("
40 R_PAREN@[38; 39) ")" 40 IDENT@[34; 38) "test"
41 R_BRACK@[39; 40) "]" 41 R_PAREN@[38; 39) ")"
42 WHITESPACE@[40; 44) "\n " 42 R_BRACK@[39; 40) "]"
43 LITERAL@[44; 45) 43 WHITESPACE@[40; 44) "\n "
44 INT_NUMBER@[44; 45) "1" 44 INT_NUMBER@[44; 45) "1"
45 COMMA@[45; 46) "," 45 COMMA@[45; 46) ","
46 WHITESPACE@[46; 50) "\n " 46 WHITESPACE@[46; 50) "\n "
diff --git a/crates/ra_syntax/test_data/parser/inline/ok/0136_subsequent_array_member_attributes.txt b/crates/ra_syntax/test_data/parser/inline/ok/0136_subsequent_array_member_attributes.txt
index 41914eb8e..1bb8a0afc 100644
--- a/crates/ra_syntax/test_data/parser/inline/ok/0136_subsequent_array_member_attributes.txt
+++ b/crates/ra_syntax/test_data/parser/inline/ok/0136_subsequent_array_member_attributes.txt
@@ -31,20 +31,20 @@ SOURCE_FILE@[0; 56)
31 INT_NUMBER@[28; 29) "1" 31 INT_NUMBER@[28; 29) "1"
32 COMMA@[29; 30) "," 32 COMMA@[29; 30) ","
33 WHITESPACE@[30; 34) "\n " 33 WHITESPACE@[30; 34) "\n "
34 ATTR@[34; 46) 34 LITERAL@[34; 51)
35 POUND@[34; 35) "#" 35 ATTR@[34; 46)
36 L_BRACK@[35; 36) "[" 36 POUND@[34; 35) "#"
37 PATH@[36; 39) 37 L_BRACK@[35; 36) "["
38 PATH_SEGMENT@[36; 39) 38 PATH@[36; 39)
39 NAME_REF@[36; 39) 39 PATH_SEGMENT@[36; 39)
40 IDENT@[36; 39) "cfg" 40 NAME_REF@[36; 39)
41 TOKEN_TREE@[39; 45) 41 IDENT@[36; 39) "cfg"
42 L_PAREN@[39; 40) "(" 42 TOKEN_TREE@[39; 45)
43 IDENT@[40; 44) "test" 43 L_PAREN@[39; 40) "("
44 R_PAREN@[44; 45) ")" 44 IDENT@[40; 44) "test"
45 R_BRACK@[45; 46) "]" 45 R_PAREN@[44; 45) ")"
46 WHITESPACE@[46; 50) "\n " 46 R_BRACK@[45; 46) "]"
47 LITERAL@[50; 51) 47 WHITESPACE@[46; 50) "\n "
48 INT_NUMBER@[50; 51) "2" 48 INT_NUMBER@[50; 51) "2"
49 COMMA@[51; 52) "," 49 COMMA@[51; 52) ","
50 WHITESPACE@[52; 53) "\n" 50 WHITESPACE@[52; 53) "\n"