We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cc722a commit d2fa73bCopy full SHA for d2fa73b
tests/test-common.js
@@ -165,6 +165,9 @@ const TEST_TYPES = {
165
/expand-manifest.jsonld#tdi07$/,
166
/expand-manifest.jsonld#tdi08$/,
167
/expand-manifest.jsonld#tdi09$/,
168
+ // unused scoped context
169
+ /expand-manifest.jsonld#tc032$/,
170
+ /expand-manifest.jsonld#tc033$/,
171
]
172
},
173
fn: 'expand',
@@ -432,6 +435,9 @@ const TEST_TYPES = {
432
435
/toRdf-manifest.jsonld#tdi10$/,
433
436
/toRdf-manifest.jsonld#tdi11$/,
434
437
/toRdf-manifest.jsonld#tdi12$/,
438
439
+ /toRdf-manifest.jsonld#tc032$/,
440
+ /toRdf-manifest.jsonld#tc033$/,
441
442
443
fn: 'toRDF',
0 commit comments