aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/inline/ok/0081_for_type.txt
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-09-02 17:33:21 +0100
committerAleksey Kladov <[email protected]>2019-09-02 18:15:51 +0100
commit470fc4765cd3ccc764d3265034d18766374371aa (patch)
tree8940c7e976106d64f766afbbcb7ddab489ce9485 /crates/ra_syntax/test_data/parser/inline/ok/0081_for_type.txt
parent3c2dea7f55830ba2391e5eb8525cdbb43ac666c2 (diff)
update test data
Diffstat (limited to 'crates/ra_syntax/test_data/parser/inline/ok/0081_for_type.txt')
-rw-r--r--crates/ra_syntax/test_data/parser/inline/ok/0081_for_type.txt21
1 files changed, 12 insertions, 9 deletions
diff --git a/crates/ra_syntax/test_data/parser/inline/ok/0081_for_type.txt b/crates/ra_syntax/test_data/parser/inline/ok/0081_for_type.txt
index c12ce4ddb..b1353c2c6 100644
--- a/crates/ra_syntax/test_data/parser/inline/ok/0081_for_type.txt
+++ b/crates/ra_syntax/test_data/parser/inline/ok/0081_for_type.txt
@@ -88,9 +88,10 @@ SOURCE_FILE@[0; 200)
88 NAME_REF@[68; 76) 88 NAME_REF@[68; 76)
89 IDENT@[68; 76) "Iterator" 89 IDENT@[68; 76) "Iterator"
90 WHITESPACE@[76; 77) " " 90 WHITESPACE@[76; 77) " "
91 BLOCK@[77; 79) 91 BLOCK_EXPR@[77; 79)
92 L_CURLY@[77; 78) "{" 92 BLOCK@[77; 79)
93 R_CURLY@[78; 79) "}" 93 L_CURLY@[77; 78) "{"
94 R_CURLY@[78; 79) "}"
94 WHITESPACE@[79; 80) "\n" 95 WHITESPACE@[79; 80) "\n"
95 FN_DEF@[80; 134) 96 FN_DEF@[80; 134)
96 FN_KW@[80; 82) "fn" 97 FN_KW@[80; 82) "fn"
@@ -153,9 +154,10 @@ SOURCE_FILE@[0; 200)
153 NAME_REF@[123; 131) 154 NAME_REF@[123; 131)
154 IDENT@[123; 131) "Iterator" 155 IDENT@[123; 131) "Iterator"
155 WHITESPACE@[131; 132) " " 156 WHITESPACE@[131; 132) " "
156 BLOCK@[132; 134) 157 BLOCK_EXPR@[132; 134)
157 L_CURLY@[132; 133) "{" 158 BLOCK@[132; 134)
158 R_CURLY@[133; 134) "}" 159 L_CURLY@[132; 133) "{"
160 R_CURLY@[133; 134) "}"
159 WHITESPACE@[134; 135) "\n" 161 WHITESPACE@[134; 135) "\n"
160 FN_DEF@[135; 199) 162 FN_DEF@[135; 199)
161 FN_KW@[135; 137) "fn" 163 FN_KW@[135; 137) "fn"
@@ -234,7 +236,8 @@ SOURCE_FILE@[0; 200)
234 NAME_REF@[188; 196) 236 NAME_REF@[188; 196)
235 IDENT@[188; 196) "Iterator" 237 IDENT@[188; 196) "Iterator"
236 WHITESPACE@[196; 197) " " 238 WHITESPACE@[196; 197) " "
237 BLOCK@[197; 199) 239 BLOCK_EXPR@[197; 199)
238 L_CURLY@[197; 198) "{" 240 BLOCK@[197; 199)
239 R_CURLY@[198; 199) "}" 241 L_CURLY@[197; 198) "{"
242 R_CURLY@[198; 199) "}"
240 WHITESPACE@[199; 200) "\n" 243 WHITESPACE@[199; 200) "\n"