Skip to content

Commit 1ff2017

Browse files
committed
Skip invalid datatype IRI tests.
1 parent cbbef5b commit 1ff2017

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test-common.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ const TEST_TYPES = {
7878
/expand-manifest.jsonld#t0119$/,
7979
/expand-manifest.jsonld#t0120$/,
8080
/expand-manifest.jsonld#t0122$/,
81+
// invalid datatype IRI
82+
/expand-manifest.jsonld#t0123$/,
8183
// html
8284
/html-manifest.jsonld#te001$/,
8385
/html-manifest.jsonld#te002$/,
@@ -339,6 +341,8 @@ const TEST_TYPES = {
339341
/toRdf-manifest.jsonld#te119$/,
340342
/toRdf-manifest.jsonld#te120$/,
341343
/toRdf-manifest.jsonld#te122$/,
344+
// invalid datatype IRI
345+
/toRdf-manifest.jsonld#te123$/,
342346
// well formed
343347
/toRdf-manifest.jsonld#twf01$/,
344348
/toRdf-manifest.jsonld#twf02$/,

0 commit comments

Comments
 (0)