aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/inline/ok/0003_where_pred_for.txt
diff options
context:
space:
mode:
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"