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/0076_function_where_clause.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'crates/ra_syntax/test_data/parser/inline/ok/0076_function_where_clause.txt') diff --git a/crates/ra_syntax/test_data/parser/inline/ok/0076_function_where_clause.txt b/crates/ra_syntax/test_data/parser/inline/ok/0076_function_where_clause.txt index 32979c523..8e4b63f02 100644 --- a/crates/ra_syntax/test_data/parser/inline/ok/0076_function_where_clause.txt +++ b/crates/ra_syntax/test_data/parser/inline/ok/0076_function_where_clause.txt @@ -33,7 +33,8 @@ SOURCE_FILE@[0; 29) NAME_REF@[21; 25) IDENT@[21; 25) "Copy" WHITESPACE@[25; 26) " " - BLOCK@[26; 28) - L_CURLY@[26; 27) "{" - R_CURLY@[27; 28) "}" + BLOCK_EXPR@[26; 28) + BLOCK@[26; 28) + L_CURLY@[26; 27) "{" + R_CURLY@[27; 28) "}" WHITESPACE@[28; 29) "\n" -- cgit v1.2.3