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 7411cbc commit a70f73aCopy full SHA for a70f73a
tests/test-common.js
@@ -67,6 +67,9 @@ const TEST_TYPES = {
67
// unused scoped context
68
/expand-manifest.jsonld#tc032$/,
69
/expand-manifest.jsonld#tc033$/,
70
+ // nesting
71
+ /expand-manifest.jsonld#tc034$/,
72
+ /expand-manifest.jsonld#tc035$/,
73
]
74
},
75
fn: 'expand',
@@ -165,6 +168,9 @@ const TEST_TYPES = {
165
168
166
169
/toRdf-manifest.jsonld#tc032$/,
167
170
/toRdf-manifest.jsonld#tc033$/,
171
172
+ /toRdf-manifest.jsonld#tc034$/,
173
+ /toRdf-manifest.jsonld#tc035$/,
174
175
176
fn: 'toRDF',
0 commit comments