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 cbbef5b commit 1ff2017Copy full SHA for 1ff2017
tests/test-common.js
@@ -78,6 +78,8 @@ const TEST_TYPES = {
78
/expand-manifest.jsonld#t0119$/,
79
/expand-manifest.jsonld#t0120$/,
80
/expand-manifest.jsonld#t0122$/,
81
+ // invalid datatype IRI
82
+ /expand-manifest.jsonld#t0123$/,
83
// html
84
/html-manifest.jsonld#te001$/,
85
/html-manifest.jsonld#te002$/,
@@ -339,6 +341,8 @@ const TEST_TYPES = {
339
341
/toRdf-manifest.jsonld#te119$/,
340
342
/toRdf-manifest.jsonld#te120$/,
343
/toRdf-manifest.jsonld#te122$/,
344
345
+ /toRdf-manifest.jsonld#te123$/,
346
// well formed
347
/toRdf-manifest.jsonld#twf01$/,
348
/toRdf-manifest.jsonld#twf02$/,
0 commit comments