From 642a3392d94b85cf5802cef9ceaa3de7e4571680 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sat, 2 May 2020 01:18:35 +0200 Subject: Update test data --- .../test_data/parser/ok/0036_fully_qualified.rast | 27 +++++++++++----------- 1 file changed, 13 insertions(+), 14 deletions(-) (limited to 'crates/ra_syntax/test_data/parser/ok/0036_fully_qualified.rast') diff --git a/crates/ra_syntax/test_data/parser/ok/0036_fully_qualified.rast b/crates/ra_syntax/test_data/parser/ok/0036_fully_qualified.rast index 8f616623b..a64a82e94 100644 --- a/crates/ra_syntax/test_data/parser/ok/0036_fully_qualified.rast +++ b/crates/ra_syntax/test_data/parser/ok/0036_fully_qualified.rast @@ -76,18 +76,17 @@ SOURCE_FILE@0..157 COMMA@133..134 "," WHITESPACE@134..135 "\n" BLOCK_EXPR@135..156 - BLOCK@135..156 - L_CURLY@135..136 "{" - WHITESPACE@136..141 "\n " - METHOD_CALL_EXPR@141..154 - LITERAL@141..143 - STRING@141..143 "\"\"" - DOT@143..144 "." - NAME_REF@144..152 - IDENT@144..152 "to_owned" - ARG_LIST@152..154 - L_PAREN@152..153 "(" - R_PAREN@153..154 ")" - WHITESPACE@154..155 "\n" - R_CURLY@155..156 "}" + L_CURLY@135..136 "{" + WHITESPACE@136..141 "\n " + METHOD_CALL_EXPR@141..154 + LITERAL@141..143 + STRING@141..143 "\"\"" + DOT@143..144 "." + NAME_REF@144..152 + IDENT@144..152 "to_owned" + ARG_LIST@152..154 + L_PAREN@152..153 "(" + R_PAREN@153..154 ")" + WHITESPACE@154..155 "\n" + R_CURLY@155..156 "}" WHITESPACE@156..157 "\n" -- cgit v1.2.3