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/0059_fn_item_where_clause.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/data/parser/inline/0059_fn_item_where_clause.txt') diff --git a/tests/data/parser/inline/0059_fn_item_where_clause.txt b/tests/data/parser/inline/0059_fn_item_where_clause.txt index c904d171f..f38e8ccea 100644 --- a/tests/data/parser/inline/0059_fn_item_where_clause.txt +++ b/tests/data/parser/inline/0059_fn_item_where_clause.txt @@ -22,7 +22,7 @@ FILE@[0; 29) WHITESPACE@[20; 21) IDENT@[21; 25) "Copy" WHITESPACE@[25; 26) - BLOCK@[26; 29) + BLOCK_EXPR@[26; 29) L_CURLY@[26; 27) R_CURLY@[27; 28) WHITESPACE@[28; 29) -- cgit v1.2.3