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 = {
45
45
// terms
46
46
/ ^ # t p 0 0 1 / ,
47
47
// 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 / ,
49
52
]
50
53
} ,
51
54
fn : 'compact' ,
@@ -83,6 +86,8 @@ const TEST_TYPES = {
83
86
/ ^ # t 0 0 1 0 / ,
84
87
/ ^ # t 0 0 1 1 / ,
85
88
/ ^ # t 0 0 1 2 / ,
89
+ // iris
90
+ / ^ # t 0 1 0 9 / ,
86
91
]
87
92
} ,
88
93
fn : 'expand' ,
@@ -99,7 +104,7 @@ const TEST_TYPES = {
99
104
// list of lists
100
105
/ ^ # t l i 0 1 / ,
101
106
/ ^ # t l i 0 2 / ,
102
- / ^ # t l i 0 3 /
107
+ / ^ # t l i 0 3 / ,
103
108
]
104
109
} ,
105
110
fn : 'flatten' ,
@@ -135,7 +140,7 @@ const TEST_TYPES = {
135
140
/ ^ # t 0 0 5 8 / ,
136
141
// misc
137
142
/ ^ # t p 0 1 0 / ,
138
- / ^ # t p 0 5 0 /
143
+ / ^ # t p 0 5 0 / ,
139
144
]
140
145
} ,
141
146
fn : 'frame' ,
@@ -153,7 +158,7 @@ const TEST_TYPES = {
153
158
// list of lists
154
159
/ ^ # t l i 0 1 / ,
155
160
/ ^ # t l i 0 2 / ,
156
- / ^ # t l i 0 3 /
161
+ / ^ # t l i 0 3 / ,
157
162
]
158
163
} ,
159
164
fn : 'fromRDF' ,
You can’t perform that action at this time.
0 commit comments