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 --- crates/ra_syntax/test_data/parser/ok/0008_mod_item.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'crates/ra_syntax/test_data/parser/ok/0008_mod_item.txt') diff --git a/crates/ra_syntax/test_data/parser/ok/0008_mod_item.txt b/crates/ra_syntax/test_data/parser/ok/0008_mod_item.txt index 5c16d0be6..35465632d 100644 --- a/crates/ra_syntax/test_data/parser/ok/0008_mod_item.txt +++ b/crates/ra_syntax/test_data/parser/ok/0008_mod_item.txt @@ -35,10 +35,11 @@ SOURCE_FILE@[0; 118) L_PAREN@[37; 38) "(" R_PAREN@[38; 39) ")" WHITESPACE@[39; 40) " " - BLOCK@[40; 47) - L_CURLY@[40; 41) "{" - WHITESPACE@[41; 46) "\n " - R_CURLY@[46; 47) "}" + BLOCK_EXPR@[40; 47) + BLOCK@[40; 47) + L_CURLY@[40; 41) "{" + WHITESPACE@[41; 46) "\n " + R_CURLY@[46; 47) "}" WHITESPACE@[47; 52) "\n " STRUCT_DEF@[52; 63) STRUCT_KW@[52; 58) "struct" -- cgit v1.2.3