File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 409
409
"description" : " \\ a is not an ECMA 262 control escape" ,
410
410
"schema" : {
411
411
"$schema" : " https://json-schema.org/draft/next/schema" ,
412
- "$ref " : " https://json-schema.org/draft/next/schema "
412
+ "format " : " regex "
413
413
},
414
414
"tests" : [
415
415
{
416
416
"description" : " when used as a pattern" ,
417
- "data" : { "pattern" : " \\ a" } ,
417
+ "data" : " \\ a" ,
418
418
"valid" : false
419
419
}
420
420
]
Original file line number Diff line number Diff line change 409
409
"description" : " \\ a is not an ECMA 262 control escape" ,
410
410
"schema" : {
411
411
"$schema" : " https://json-schema.org/draft/2020-12/schema" ,
412
- "$ref " : " https://json-schema.org/draft/2020-12/schema "
412
+ "format " : " regex "
413
413
},
414
414
"tests" : [
415
415
{
416
416
"description" : " when used as a pattern" ,
417
- "data" : { "pattern" : " \\ a" } ,
417
+ "data" : " \\ a" ,
418
418
"valid" : false
419
419
}
420
420
]
You can’t perform that action at this time.
0 commit comments