Skip to content

Commit 50d417c

Browse files
committed
add tests
1 parent 1668ab2 commit 50d417c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/corpus/type_declarations.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,16 @@ Opaque
55
type t
66
type t'
77
type \"type"
8+
type t and b
89

910
---
1011

1112
(source_file
1213
(type_declaration (type_identifier))
1314
(type_declaration (type_identifier))
14-
(type_declaration (type_identifier)))
15+
(type_declaration (type_identifier))
16+
(type_declaration (type_identifier)
17+
(type_declaration (type_identifier))))
1518

1619
===========================================
1720
Export

0 commit comments

Comments
 (0)