aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-01-01 20:22:01 +0000
committerAleksey Kladov <[email protected]>2018-01-01 20:22:01 +0000
commit55602727c8adfa12c026a8c7881a8bc57fba9db8 (patch)
treeafebee4b834ba25b870b194e09a9d069cb922a38 /tests
parent46422f722bdcadbf4462dd5a9c65756434b2d97a (diff)
Parser: first struct :-)
Diffstat (limited to 'tests')
-rw-r--r--tests/data/parser/0001_struct_item.txt5
1 files changed, 1 insertions, 4 deletions
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 @@
1FILE@[0; 13) 1FILE@[0; 13)
2 STRUCT_ITEM@[0; 7) 2 STRUCT_ITEM@[0; 13)
3 STRUCT_KW@[0; 6) 3 STRUCT_KW@[0; 6)
4 WHITESPACE@[6; 7) 4 WHITESPACE@[6; 7)
5 ERROR@[7; 9)
6 IDENT@[7; 8) 5 IDENT@[7; 8)
7 WHITESPACE@[8; 9) 6 WHITESPACE@[8; 9)
8 ERROR@[9; 12)
9 L_CURLY@[9; 10) 7 L_CURLY@[9; 10)
10 WHITESPACE@[10; 12) 8 WHITESPACE@[10; 12)
11 ERROR@[12; 13)
12 R_CURLY@[12; 13) 9 R_CURLY@[12; 13)