From 470fc4765cd3ccc764d3265034d18766374371aa Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 2 Sep 2019 19:33:21 +0300 Subject: update test data --- .../ra_syntax/test_data/parser/inline/ok/0003_where_pred_for.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'crates/ra_syntax/test_data/parser/inline/ok/0003_where_pred_for.txt') 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) IDENT@[40; 43) "str" R_PAREN@[43; 44) ")" WHITESPACE@[44; 45) "\n" - BLOCK@[45; 48) - L_CURLY@[45; 46) "{" - WHITESPACE@[46; 47) " " - R_CURLY@[47; 48) "}" + BLOCK_EXPR@[45; 48) + BLOCK@[45; 48) + L_CURLY@[45; 46) "{" + WHITESPACE@[46; 47) " " + R_CURLY@[47; 48) "}" WHITESPACE@[48; 49) "\n" -- cgit v1.2.3