Skip to content

Commit 3fdd636

Browse files
committed
Ignore tests having to do with terms starting with ':' and having the form of a keyword.
1 parent 24c8c3b commit 3fdd636

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

tests/test-common.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,13 @@ const TEST_TYPES = {
136136
/expand-manifest.jsonld#t0110$/,
137137
/expand-manifest.jsonld#t0111$/,
138138
/expand-manifest.jsonld#t0112$/,
139+
// terms beginning with ':'
140+
/expand-manifest.jsonld#t0117$/,
141+
/expand-manifest.jsonld#t0118$/,
142+
// terms having form of keyword
143+
/expand-manifest.jsonld#t0119$/,
144+
/expand-manifest.jsonld#t0120$/,
145+
/expand-manifest.jsonld#t0122$/,
139146
// html
140147
/html-manifest.jsonld#te001$/,
141148
/html-manifest.jsonld#te002$/,
@@ -182,6 +189,8 @@ const TEST_TYPES = {
182189
/expand-manifest.jsonld#te044$/,
183190
/expand-manifest.jsonld#te048$/,
184191
/expand-manifest.jsonld#te049$/,
192+
// invalid keyword alias
193+
/expand-manifest.jsonld#te051$/,
185194
// IRI prefixes
186195
/expand-manifest.jsonld#tpr29$/,
187196
// protected null IRI mapping
@@ -425,6 +434,13 @@ const TEST_TYPES = {
425434
/toRdf-manifest.jsonld#te102$/,
426435
/toRdf-manifest.jsonld#te103$/,
427436
/toRdf-manifest.jsonld#te104$/,
437+
// terms beginning with ':'
438+
/toRdf-manifest.jsonld#te117$/,
439+
/toRdf-manifest.jsonld#te118$/,
440+
// terms having form of keyword
441+
/toRdf-manifest.jsonld#te119$/,
442+
/toRdf-manifest.jsonld#te120$/,
443+
/toRdf-manifest.jsonld#te122$/,
428444
// well formed
429445
/toRdf-manifest.jsonld#twf01$/,
430446
/toRdf-manifest.jsonld#twf02$/,

0 commit comments

Comments
 (0)