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/inline/err/0006_unsafe_block_in_mod.rast | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'crates/ra_syntax/test_data/parser/inline/err/0006_unsafe_block_in_mod.rast') diff --git a/crates/ra_syntax/test_data/parser/inline/err/0006_unsafe_block_in_mod.rast b/crates/ra_syntax/test_data/parser/inline/err/0006_unsafe_block_in_mod.rast index b901c17f7..c789e8d82 100644 --- a/crates/ra_syntax/test_data/parser/inline/err/0006_unsafe_block_in_mod.rast +++ b/crates/ra_syntax/test_data/parser/inline/err/0006_unsafe_block_in_mod.rast @@ -8,9 +8,8 @@ SOURCE_FILE@0..33 L_PAREN@6..7 "(" R_PAREN@7..8 ")" BLOCK_EXPR@8..10 - BLOCK@8..10 - L_CURLY@8..9 "{" - R_CURLY@9..10 "}" + L_CURLY@8..9 "{" + R_CURLY@9..10 "}" WHITESPACE@10..11 " " ERROR@11..17 UNSAFE_KW@11..17 "unsafe" @@ -29,9 +28,8 @@ SOURCE_FILE@0..33 L_PAREN@28..29 "(" R_PAREN@29..30 ")" BLOCK_EXPR@30..32 - BLOCK@30..32 - L_CURLY@30..31 "{" - R_CURLY@31..32 "}" + L_CURLY@30..31 "{" + R_CURLY@31..32 "}" WHITESPACE@32..33 "\n" error 11..11: expected an item error 18..18: expected an item -- cgit v1.2.3