@@ -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 / h t m l - m a n i f e s t .j s o n l d # t c 0 0 1 $ / ,
@@ -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 / h t m l - m a n i f e s t .j s o n l d # t e 0 0 1 $ / ,
@@ -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 / h t m l - m a n i f e s t .j s o n l d # t f 0 0 1 $ / ,
@@ -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 / f r o m R d f - m a n i f e s t .j s o n l d # t d i 1 1 $ / ,
@@ -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 / t o R d f - m a n i f e s t .j s o n l d # t w f 0 5 $ / ,
0 commit comments