aboutsummaryrefslogtreecommitdiff
path: root/tests/data/parser/inline/0016_type_item_where_clause.txt
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2018-02-10 11:23:41 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2018-02-10 11:23:41 +0000
commitb814d931514cdc250f9156dabd874edf685569d0 (patch)
tree6de85e5e662bc0c6eca78715496a02867da1eff9 /tests/data/parser/inline/0016_type_item_where_clause.txt
parentc3b009b6d24225ad2add62fce8206918fceba3eb (diff)
parent199b3a1604095beee9eaeec541c8f158e85493ea (diff)
Merge #46
46: Names r=matklad a=matklad bors r+
Diffstat (limited to 'tests/data/parser/inline/0016_type_item_where_clause.txt')
-rw-r--r--tests/data/parser/inline/0016_type_item_where_clause.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/data/parser/inline/0016_type_item_where_clause.txt b/tests/data/parser/inline/0016_type_item_where_clause.txt
index ddd335870..12bbc752a 100644
--- a/tests/data/parser/inline/0016_type_item_where_clause.txt
+++ b/tests/data/parser/inline/0016_type_item_where_clause.txt
@@ -1,10 +1,11 @@
1FILE@[0; 31) 1FILE@[0; 31)
2 TYPE_ITEM@[0; 31) 2 TYPE_ITEM@[0; 31)
3 TYPE_KW@[0; 4) 3 TYPE_KW@[0; 4)
4 WHITESPACE@[4; 5) 4 NAME@[4; 9)
5 IDENT@[5; 8) "Foo" 5 WHITESPACE@[4; 5)
6 WHERE_CLAUSE@[8; 25) 6 IDENT@[5; 8) "Foo"
7 WHITESPACE@[8; 9) 7 WHITESPACE@[8; 9)
8 WHERE_CLAUSE@[9; 25)
8 WHERE_KW@[9; 14) 9 WHERE_KW@[9; 14)
9 WHITESPACE@[14; 15) 10 WHITESPACE@[14; 15)
10 IDENT@[15; 18) "Foo" 11 IDENT@[15; 18) "Foo"