Skip to content

Commit 911176b

Browse files
committed
Update test comment style.
1 parent 7ba788e commit 911176b

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

tests/test.js

+15-15
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ const TEST_TYPES = {
134134
// skip tests where behavior changed for a 1.1 processor
135135
// see JSON-LD 1.0 Errata
136136
specVersion: ['json-ld-1.0'],
137-
// FIXME
138137
// NOTE: idRegex format:
139-
//MMM-manifest#tNNN$/,
138+
// /MMM-manifest#tNNN$/,
139+
// FIXME
140140
idRegex: [
141141
/compact-manifest#t0112$/,
142142
/compact-manifest#t0113$/,
@@ -160,9 +160,9 @@ const TEST_TYPES = {
160160
// skip tests where behavior changed for a 1.1 processor
161161
// see JSON-LD 1.0 Errata
162162
specVersion: ['json-ld-1.0'],
163-
// FIXME
164163
// NOTE: idRegex format:
165-
//MMM-manifest#tNNN$/,
164+
// /MMM-manifest#tNNN$/,
165+
// FIXME
166166
idRegex: [
167167
// spec issues
168168
// Unclear how to handle {"@id": null} edge case
@@ -219,9 +219,9 @@ const TEST_TYPES = {
219219
// skip tests where behavior changed for a 1.1 processor
220220
// see JSON-LD 1.0 Errata
221221
specVersion: ['json-ld-1.0'],
222-
// FIXME
223222
// NOTE: idRegex format:
224-
//MMM-manifest#tNNN$/,
223+
// /MMM-manifest#tNNN$/,
224+
// FIXME
225225
idRegex: [
226226
// html
227227
/html-manifest#tf001$/,
@@ -243,11 +243,10 @@ const TEST_TYPES = {
243243
// skip tests where behavior changed for a 1.1 processor
244244
// see JSON-LD 1.0 Errata
245245
specVersion: ['json-ld-1.0'],
246-
// FIXME
247246
// NOTE: idRegex format:
248-
//MMM-manifest#tNNN$/,
249-
idRegex: [
250-
]
247+
// /MMM-manifest#tNNN$/,
248+
// FIXME
249+
idRegex: []
251250
},
252251
fn: 'frame',
253252
params: [
@@ -262,9 +261,9 @@ const TEST_TYPES = {
262261
// skip tests where behavior changed for a 1.1 processor
263262
// see JSON-LD 1.0 Errata
264263
specVersion: ['json-ld-1.0'],
265-
// FIXME
266264
// NOTE: idRegex format:
267-
//MMM-manifest#tNNN$/,
265+
// /MMM-manifest#tNNN$/,
266+
// FIXME
268267
idRegex: [
269268
// direction (compound-literal)
270269
/fromRdf-manifest#tdi11$/,
@@ -291,9 +290,9 @@ const TEST_TYPES = {
291290
// skip tests where behavior changed for a 1.1 processor
292291
// see JSON-LD 1.0 Errata
293292
specVersion: ['json-ld-1.0'],
294-
// FIXME
295293
// NOTE: idRegex format:
296-
//MMM-manifest#tNNN$/,
294+
// /MMM-manifest#tNNN$/,
295+
// FIXME
297296
idRegex: [
298297
// spec issues
299298
// Unclear how to handle {"@id": null} edge case
@@ -363,7 +362,8 @@ const TEST_TYPES = {
363362
'rdfc:Urdna2015EvalTest': {
364363
skip: {
365364
// NOTE: idRegex format:
366-
//manifest-urdna2015#testNNN$/,
365+
// /manifest-urdna2015#testNNN$/,
366+
// FIXME
367367
idRegex: [
368368
// Unsupported U escape
369369
/manifest-urdna2015#test060/

0 commit comments

Comments
 (0)