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 d16bef7 commit 3dfb2c0Copy full SHA for 3dfb2c0
tests/test-common.js
@@ -206,6 +206,8 @@ const TEST_TYPES = {
206
/expand-manifest.jsonld#tdi09$/,
207
// @json
208
/expand-manifest.jsonld#tjs09$/,
209
+ // relative @context
210
+ /expand-manifest.jsonld#tc031$/,
211
]
212
},
213
fn: 'expand',
@@ -480,6 +482,8 @@ const TEST_TYPES = {
480
482
/toRdf-manifest.jsonld#tdi10$/,
481
483
/toRdf-manifest.jsonld#tdi11$/,
484
/toRdf-manifest.jsonld#tdi12$/,
485
486
+ /toRdf-manifest.jsonld#tc031$/,
487
488
489
fn: 'toRDF',
0 commit comments