Skip to content

Commit def4665

Browse files
committed
Add skip format notes.
1 parent 866161e commit def4665

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

tests/test-common.js

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ const TEST_TYPES = {
3232
// see JSON-LD 1.0 Errata
3333
specVersion: ['json-ld-1.0'],
3434
// FIXME
35+
// NOTE: idRegex format:
36+
//MMM-manifest.jsonld#tNNN$/,
3537
idRegex: [
3638
// html
3739
/html-manifest.jsonld#tc001$/,
@@ -54,6 +56,8 @@ const TEST_TYPES = {
5456
// see JSON-LD 1.0 Errata
5557
specVersion: ['json-ld-1.0'],
5658
// FIXME
59+
// NOTE: idRegex format:
60+
//MMM-manifest.jsonld#tNNN$/,
5761
idRegex: [
5862
// html
5963
/html-manifest.jsonld#te001$/,
@@ -100,6 +104,8 @@ const TEST_TYPES = {
100104
// see JSON-LD 1.0 Errata
101105
specVersion: ['json-ld-1.0'],
102106
// FIXME
107+
// NOTE: idRegex format:
108+
//MMM-manifest.jsonld#tNNN$/,
103109
idRegex: [
104110
// html
105111
/html-manifest.jsonld#tf001$/,
@@ -122,7 +128,10 @@ const TEST_TYPES = {
122128
// see JSON-LD 1.0 Errata
123129
specVersion: ['json-ld-1.0'],
124130
// FIXME
125-
idRegex: []
131+
// NOTE: idRegex format:
132+
//MMM-manifest.jsonld#tNNN$/,
133+
idRegex: [
134+
]
126135
},
127136
fn: 'frame',
128137
params: [
@@ -138,6 +147,8 @@ const TEST_TYPES = {
138147
// see JSON-LD 1.0 Errata
139148
specVersion: ['json-ld-1.0'],
140149
// FIXME
150+
// NOTE: idRegex format:
151+
//MMM-manifest.jsonld#tNNN$/,
141152
idRegex: [
142153
// direction (compound-literal)
143154
/fromRdf-manifest.jsonld#tdi11$/,
@@ -165,6 +176,8 @@ const TEST_TYPES = {
165176
// see JSON-LD 1.0 Errata
166177
specVersion: ['json-ld-1.0'],
167178
// FIXME
179+
// NOTE: idRegex format:
180+
//MMM-manifest.jsonld#tNNN$/,
168181
idRegex: [
169182
// well formed
170183
/toRdf-manifest.jsonld#twf05$/,

0 commit comments

Comments
 (0)