Skip to content

Commit b1fb455

Browse files
committed
Mark tests as expected-to-pass
1 parent 72463d4 commit b1fb455

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

tests/draft2020-12/unevaluatedItems.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -601,24 +601,24 @@
601601
},
602602
"tests": [
603603
{
604-
"description": "null is invalid",
604+
"description": "null is not applicable",
605605
"data": null,
606-
"valid": false
606+
"valid": true
607607
},
608608
{
609-
"description": "number is invalid",
609+
"description": "number is not applicable",
610610
"data": 42,
611-
"valid": false
611+
"valid": true
612612
},
613613
{
614-
"description": "string is invalid",
614+
"description": "string is not applicable",
615615
"data": "foo",
616-
"valid": false
616+
"valid": true
617617
},
618618
{
619-
"description": "object is invalid",
619+
"description": "object is not applicable",
620620
"data": {},
621-
"valid": false
621+
"valid": true
622622
}
623623
]
624624
}

tests/draft2020-12/unevaluatedProperties.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1315,24 +1315,24 @@
13151315
},
13161316
"tests": [
13171317
{
1318-
"description": "null is invalid",
1318+
"description": "null is not applicable",
13191319
"data": null,
1320-
"valid": false
1320+
"valid": true
13211321
},
13221322
{
1323-
"description": "number is invalid",
1323+
"description": "number is not applicable",
13241324
"data": 42,
1325-
"valid": false
1325+
"valid": true
13261326
},
13271327
{
1328-
"description": "string is invalid",
1328+
"description": "string is not applicable",
13291329
"data": "foo",
1330-
"valid": false
1330+
"valid": true
13311331
},
13321332
{
1333-
"description": "array is invalid",
1333+
"description": "array is not applicable",
13341334
"data": [],
1335-
"valid": false
1335+
"valid": true
13361336
}
13371337
]
13381338
}

0 commit comments

Comments
 (0)