We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 450f41e commit 9aa1334Copy full SHA for 9aa1334
tests/test-common.js
@@ -78,6 +78,8 @@ const TEST_TYPES = {
78
/compact-manifest.jsonld#tjs07$/,
79
/compact-manifest.jsonld#tjs08$/,
80
/compact-manifest.jsonld#tjs09$/,
81
+ // IRI confusion
82
+ /compact-manifest.jsonld#te002$/,
83
]
84
},
85
fn: 'compact',
@@ -170,6 +172,10 @@ const TEST_TYPES = {
170
172
// misc
171
173
/expand-manifest.jsonld#te043$/,
174
/expand-manifest.jsonld#te044$/,
175
+ // IRI prefixes
176
+ /expand-manifest.jsonld#tpr29$/,
177
+ // protected null IRI mapping
178
+ /expand-manifest.jsonld#tpr28$/,
179
// remote
180
/remote-doc-manifest.jsonld#t0005$/,
181
/remote-doc-manifest.jsonld#t0006$/,
@@ -323,6 +329,10 @@ const TEST_TYPES = {
323
329
/toRdf-manifest.jsonld#tjs13$/,
324
330
// number fixes
325
331
/toRdf-manifest.jsonld#trt01$/,
332
+ // IRI resolution
333
+ /toRdf-manifest.jsonld#t0130$/,
334
+ /toRdf-manifest.jsonld#t0131$/,
335
+ /toRdf-manifest.jsonld#t0132$/,
326
336
327
337
328
338
fn: 'toRDF',
0 commit comments