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/0021_impl_item_list.txt | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'crates/ra_syntax/test_data/parser/inline/ok/0021_impl_item_list.txt') diff --git a/crates/ra_syntax/test_data/parser/inline/ok/0021_impl_item_list.txt b/crates/ra_syntax/test_data/parser/inline/ok/0021_impl_item_list.txt index a893833e1..0768f0518 100644 --- a/crates/ra_syntax/test_data/parser/inline/ok/0021_impl_item_list.txt +++ b/crates/ra_syntax/test_data/parser/inline/ok/0021_impl_item_list.txt @@ -54,9 +54,10 @@ SOURCE_FILE@[0; 89) L_PAREN@[60; 61) "(" R_PAREN@[61; 62) ")" WHITESPACE@[62; 63) " " - BLOCK@[63; 65) - L_CURLY@[63; 64) "{" - R_CURLY@[64; 65) "}" + BLOCK_EXPR@[63; 65) + BLOCK@[63; 65) + L_CURLY@[63; 64) "{" + R_CURLY@[64; 65) "}" WHITESPACE@[65; 70) "\n " FN_DEF@[70; 86) FN_KW@[70; 72) "fn" @@ -70,9 +71,10 @@ SOURCE_FILE@[0; 89) SELF_KW@[78; 82) "self" R_PAREN@[82; 83) ")" WHITESPACE@[83; 84) " " - BLOCK@[84; 86) - L_CURLY@[84; 85) "{" - R_CURLY@[85; 86) "}" + BLOCK_EXPR@[84; 86) + BLOCK@[84; 86) + L_CURLY@[84; 85) "{" + R_CURLY@[85; 86) "}" WHITESPACE@[86; 87) "\n" R_CURLY@[87; 88) "}" WHITESPACE@[88; 89) "\n" -- cgit v1.2.3