Skip to content

Commit cbbef5b

Browse files
committed
Ignore some failing JSON literal tests (fixed in PR #348).
1 parent 33088bb commit cbbef5b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/test-common.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ const TEST_TYPES = {
113113
/expand-manifest.jsonld#te044$/,
114114
/expand-manifest.jsonld#te048$/,
115115
/expand-manifest.jsonld#te049$/,
116+
/expand-manifest.jsonld#tjs22$/,
117+
/expand-manifest.jsonld#tjs23$/,
116118
// protected null IRI mapping
117119
/expand-manifest.jsonld#tpr28$/,
118120
// remote
@@ -438,6 +440,9 @@ const TEST_TYPES = {
438440
/toRdf-manifest.jsonld#tdi10$/,
439441
/toRdf-manifest.jsonld#tdi11$/,
440442
/toRdf-manifest.jsonld#tdi12$/,
443+
// JSON literal
444+
/toRdf-manifest.jsonld#tjs22$/,
445+
/toRdf-manifest.jsonld#tjs23$/,
441446
]
442447
},
443448
fn: 'toRDF',

0 commit comments

Comments
 (0)