aboutsummaryrefslogtreecommitdiff
path: root/tests/data/parser/inline/0025_slice_type.txt
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-02-11 08:37:08 +0000
committerAleksey Kladov <[email protected]>2018-02-11 08:37:08 +0000
commit555c4ae37560493fd901aad41951ad1664043459 (patch)
tree89a260412886182f2a4f571694cfbff734f1dc3d /tests/data/parser/inline/0025_slice_type.txt
parentceb94ece2aa6a1b54063c582663fff4c1937d989 (diff)
G: slice & array types
Diffstat (limited to 'tests/data/parser/inline/0025_slice_type.txt')
-rw-r--r--tests/data/parser/inline/0025_slice_type.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/data/parser/inline/0025_slice_type.txt b/tests/data/parser/inline/0025_slice_type.txt
new file mode 100644
index 000000000..22938e5e1
--- /dev/null
+++ b/tests/data/parser/inline/0025_slice_type.txt
@@ -0,0 +1,17 @@
1FILE@[0; 15)
2 TYPE_ITEM@[0; 15)
3 TYPE_KW@[0; 4)
4 NAME@[4; 7)
5 WHITESPACE@[4; 5)
6 IDENT@[5; 6) "T"
7 WHITESPACE@[6; 7)
8 EQ@[7; 8)
9 SLICE_TYPE@[8; 13)
10 WHITESPACE@[8; 9)
11 L_BRACK@[9; 10)
12 TUPLE_TYPE@[10; 12)
13 L_PAREN@[10; 11)
14 R_PAREN@[11; 12)
15 R_BRACK@[12; 13)
16 SEMI@[13; 14)
17 WHITESPACE@[14; 15)