From afa94d4f37b9a0a1e723edffcc79c3d48799bad1 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 9 Aug 2018 17:44:40 +0300 Subject: fn_item -> function --- tests/data/parser/inline/0053_block_items.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/data/parser/inline/0053_block_items.txt') diff --git a/tests/data/parser/inline/0053_block_items.txt b/tests/data/parser/inline/0053_block_items.txt index 3ba2e386c..c5498532b 100644 --- a/tests/data/parser/inline/0053_block_items.txt +++ b/tests/data/parser/inline/0053_block_items.txt @@ -1,5 +1,5 @@ FILE@[0; 21) - FN_ITEM@[0; 20) + FUNCTION@[0; 20) FN_KW@[0; 2) WHITESPACE@[2; 3) NAME@[3; 4) @@ -11,7 +11,7 @@ FILE@[0; 21) BLOCK_EXPR@[7; 20) L_CURLY@[7; 8) WHITESPACE@[8; 9) - FN_ITEM@[9; 18) + FUNCTION@[9; 18) FN_KW@[9; 11) WHITESPACE@[11; 12) NAME@[12; 13) -- cgit v1.2.3