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 --- .../test_data/parser/inline/ok/0086_function_ret_type.txt | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'crates/ra_syntax/test_data/parser/inline/ok/0086_function_ret_type.txt') diff --git a/crates/ra_syntax/test_data/parser/inline/ok/0086_function_ret_type.txt b/crates/ra_syntax/test_data/parser/inline/ok/0086_function_ret_type.txt index ac793c95c..ca1a97161 100644 --- a/crates/ra_syntax/test_data/parser/inline/ok/0086_function_ret_type.txt +++ b/crates/ra_syntax/test_data/parser/inline/ok/0086_function_ret_type.txt @@ -8,9 +8,10 @@ SOURCE_FILE@[0; 30) L_PAREN@[6; 7) "(" R_PAREN@[7; 8) ")" WHITESPACE@[8; 9) " " - BLOCK@[9; 11) - L_CURLY@[9; 10) "{" - R_CURLY@[10; 11) "}" + BLOCK_EXPR@[9; 11) + BLOCK@[9; 11) + L_CURLY@[9; 10) "{" + R_CURLY@[10; 11) "}" WHITESPACE@[11; 12) "\n" FN_DEF@[12; 29) FN_KW@[12; 14) "fn" @@ -28,7 +29,8 @@ SOURCE_FILE@[0; 30) L_PAREN@[24; 25) "(" R_PAREN@[25; 26) ")" WHITESPACE@[26; 27) " " - BLOCK@[27; 29) - L_CURLY@[27; 28) "{" - R_CURLY@[28; 29) "}" + BLOCK_EXPR@[27; 29) + BLOCK@[27; 29) + L_CURLY@[27; 28) "{" + R_CURLY@[28; 29) "}" WHITESPACE@[29; 30) "\n" -- cgit v1.2.3