From 55602727c8adfa12c026a8c7881a8bc57fba9db8 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 1 Jan 2018 23:22:01 +0300 Subject: Parser: first struct :-) --- tests/data/parser/0001_struct_item.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/data/parser/0001_struct_item.txt b/tests/data/parser/0001_struct_item.txt index 5ef544282..f599e9d2c 100644 --- a/tests/data/parser/0001_struct_item.txt +++ b/tests/data/parser/0001_struct_item.txt @@ -1,12 +1,9 @@ FILE@[0; 13) - STRUCT_ITEM@[0; 7) + STRUCT_ITEM@[0; 13) STRUCT_KW@[0; 6) WHITESPACE@[6; 7) - ERROR@[7; 9) IDENT@[7; 8) WHITESPACE@[8; 9) - ERROR@[9; 12) L_CURLY@[9; 10) WHITESPACE@[10; 12) - ERROR@[12; 13) R_CURLY@[12; 13) -- cgit v1.2.3