aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/inline/ok/0003_where_pred_for.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/0003_where_pred_for.txt
parent3c2dea7f55830ba2391e5eb8525cdbb43ac666c2 (diff)
update test data
Diffstat (limited to 'crates/ra_syntax/test_data/parser/inline/ok/0003_where_pred_for.txt')
-rw-r--r--crates/ra_syntax/test_data/parser/inline/ok/0003_where_pred_for.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/crates/ra_syntax/test_data/parser/inline/ok/0003_where_pred_for.txt b/crates/ra_syntax/test_data/parser/inline/ok/0003_where_pred_for.txt
index 8a21ee968..e3f5a7f04 100644
--- a/crates/ra_syntax/test_data/parser/inline/ok/0003_where_pred_for.txt
+++ b/crates/ra_syntax/test_data/parser/inline/ok/0003_where_pred_for.txt
@@ -54,8 +54,9 @@ SOURCE_FILE@[0; 49)
54 IDENT@[40; 43) "str" 54 IDENT@[40; 43) "str"
55 R_PAREN@[43; 44) ")" 55 R_PAREN@[43; 44) ")"
56 WHITESPACE@[44; 45) "\n" 56 WHITESPACE@[44; 45) "\n"
57 BLOCK@[45; 48) 57 BLOCK_EXPR@[45; 48)
58 L_CURLY@[45; 46) "{" 58 BLOCK@[45; 48)
59 WHITESPACE@[46; 47) " " 59 L_CURLY@[45; 46) "{"
60 R_CURLY@[47; 48) "}" 60 WHITESPACE@[46; 47) " "
61 R_CURLY@[47; 48) "}"
61 WHITESPACE@[48; 49) "\n" 62 WHITESPACE@[48; 49) "\n"