File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,10 @@ const TEST_TYPES = {
4545 // terms
4646 / ^ # t p 0 0 1 / ,
4747 // rel iri
48- / ^ # t 0 0 9 5 /
48+ / ^ # t 0 0 9 5 / ,
49+ // type set
50+ / ^ # t 0 1 0 4 / ,
51+ / ^ # t 0 1 0 5 / ,
4952 ]
5053 } ,
5154 fn : 'compact' ,
@@ -83,6 +86,8 @@ const TEST_TYPES = {
8386 / ^ # t 0 0 1 0 / ,
8487 / ^ # t 0 0 1 1 / ,
8588 / ^ # t 0 0 1 2 / ,
89+ // iris
90+ / ^ # t 0 1 0 9 / ,
8691 ]
8792 } ,
8893 fn : 'expand' ,
@@ -99,7 +104,7 @@ const TEST_TYPES = {
99104 // list of lists
100105 / ^ # t l i 0 1 / ,
101106 / ^ # t l i 0 2 / ,
102- / ^ # t l i 0 3 /
107+ / ^ # t l i 0 3 / ,
103108 ]
104109 } ,
105110 fn : 'flatten' ,
@@ -135,7 +140,7 @@ const TEST_TYPES = {
135140 / ^ # t 0 0 5 8 / ,
136141 // misc
137142 / ^ # t p 0 1 0 / ,
138- / ^ # t p 0 5 0 /
143+ / ^ # t p 0 5 0 / ,
139144 ]
140145 } ,
141146 fn : 'frame' ,
@@ -153,7 +158,7 @@ const TEST_TYPES = {
153158 // list of lists
154159 / ^ # t l i 0 1 / ,
155160 / ^ # t l i 0 2 / ,
156- / ^ # t l i 0 3 /
161+ / ^ # t l i 0 3 / ,
157162 ]
158163 } ,
159164 fn : 'fromRDF' ,
You can’t perform that action at this time.
0 commit comments