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/0045_param_list_opt_patterns.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'crates/ra_syntax/test_data/parser/inline/ok/0045_param_list_opt_patterns.txt') diff --git a/crates/ra_syntax/test_data/parser/inline/ok/0045_param_list_opt_patterns.txt b/crates/ra_syntax/test_data/parser/inline/ok/0045_param_list_opt_patterns.txt index f85d6a4bc..33886154d 100644 --- a/crates/ra_syntax/test_data/parser/inline/ok/0045_param_list_opt_patterns.txt +++ b/crates/ra_syntax/test_data/parser/inline/ok/0045_param_list_opt_patterns.txt @@ -40,7 +40,8 @@ SOURCE_FILE@[0; 35) PARAM_LIST@[30; 32) L_PAREN@[30; 31) "(" R_PAREN@[31; 32) ")" - BLOCK@[32; 34) - L_CURLY@[32; 33) "{" - R_CURLY@[33; 34) "}" + BLOCK_EXPR@[32; 34) + BLOCK@[32; 34) + L_CURLY@[32; 33) "{" + R_CURLY@[33; 34) "}" WHITESPACE@[34; 35) "\n" -- cgit v1.2.3