From efcfaae34ac7a54e858aad82e6503a7c69d6c550 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sun, 7 Jan 2018 12:32:29 +0300 Subject: Tests for partial parse --- tests/data/parser/ok/0001_struct_item.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/data/parser/ok/0001_struct_item.txt (limited to 'tests/data/parser/ok/0001_struct_item.txt') diff --git a/tests/data/parser/ok/0001_struct_item.txt b/tests/data/parser/ok/0001_struct_item.txt new file mode 100644 index 000000000..f599e9d2c --- /dev/null +++ b/tests/data/parser/ok/0001_struct_item.txt @@ -0,0 +1,9 @@ +FILE@[0; 13) + STRUCT_ITEM@[0; 13) + STRUCT_KW@[0; 6) + WHITESPACE@[6; 7) + IDENT@[7; 8) + WHITESPACE@[8; 9) + L_CURLY@[9; 10) + WHITESPACE@[10; 12) + R_CURLY@[12; 13) -- cgit v1.2.3