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 b616808 commit 1a56809Copy full SHA for 1a56809
tests/test-common.js
@@ -59,6 +59,9 @@ const TEST_TYPES = {
59
// NOTE: idRegex format:
60
//MMM-manifest#tNNN$/,
61
idRegex: [
62
+ // IRI resolution (PR #384)
63
+ /expand-manifest#t0129$/,
64
+
65
// html
66
/html-manifest#te001$/,
67
/html-manifest#te002$/,
@@ -179,8 +182,12 @@ const TEST_TYPES = {
179
182
180
183
181
184
185
186
+ /toRdf-manifest#te129$/,
187
188
// well formed
189
/toRdf-manifest#twf05$/,
190
191
192
/html-manifest#tr001$/,
193
/html-manifest#tr002$/,
0 commit comments