From 53485030dc49aa7cd66e36c8a1e1abf1bf08020c Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Wed, 1 Aug 2018 10:51:42 +0300 Subject: block expr --- tests/data/parser/inline/0054_impl_item_items.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/data/parser/inline/0054_impl_item_items.txt') diff --git a/tests/data/parser/inline/0054_impl_item_items.txt b/tests/data/parser/inline/0054_impl_item_items.txt index dd17a8ebb..ee98619b4 100644 --- a/tests/data/parser/inline/0054_impl_item_items.txt +++ b/tests/data/parser/inline/0054_impl_item_items.txt @@ -53,7 +53,7 @@ FILE@[0; 89) L_PAREN@[60; 61) R_PAREN@[61; 62) WHITESPACE@[62; 63) - BLOCK@[63; 70) + BLOCK_EXPR@[63; 70) L_CURLY@[63; 64) R_CURLY@[64; 65) WHITESPACE@[65; 70) @@ -69,7 +69,7 @@ FILE@[0; 89) SELF_KW@[78; 82) R_PAREN@[82; 83) WHITESPACE@[83; 84) - BLOCK@[84; 87) + BLOCK_EXPR@[84; 87) L_CURLY@[84; 85) R_CURLY@[85; 86) WHITESPACE@[86; 87) -- cgit v1.2.3