Skip to content

Commit e61b647

Browse files
committed
tests should invalidate
1 parent df8f6bb commit e61b647

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

tests/draft2019-09/optional/format/date-time.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@
5151
{
5252
"description": "invalid non-padded month dates",
5353
"data": "1963-6-19T08:30:06.283185Z",
54-
"valid": true
54+
"valid": false
5555
},
5656
{
5757
"description": "invalid non-padded day dates",
5858
"data": "1963-06-1T08:30:06.283185Z",
59-
"valid": true
59+
"valid": false
6060
}
6161
]
6262
}

tests/draft3/optional/format/date-time.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
{
2727
"description": "invalid non-padded month dates",
2828
"data": "1963-6-19T08:30:06.283185Z",
29-
"valid": true
29+
"valid": false
3030
},
3131
{
3232
"description": "invalid non-padded day dates",
3333
"data": "1963-06-1T08:30:06.283185Z",
34-
"valid": true
34+
"valid": false
3535
}
3636
]
3737
}

tests/draft4/optional/format/date-time.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@
5151
{
5252
"description": "invalid non-padded month dates",
5353
"data": "1963-6-19T08:30:06.283185Z",
54-
"valid": true
54+
"valid": false
5555
},
5656
{
5757
"description": "invalid non-padded day dates",
5858
"data": "1963-06-1T08:30:06.283185Z",
59-
"valid": true
59+
"valid": false
6060
}
6161
]
6262
}

tests/draft6/optional/format/date-time.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@
5656
{
5757
"description": "invalid non-padded month dates",
5858
"data": "1963-6-19T08:30:06.283185Z",
59-
"valid": true
59+
"valid": false
6060
},
6161
{
6262
"description": "invalid non-padded day dates",
6363
"data": "1963-06-1T08:30:06.283185Z",
64-
"valid": true
64+
"valid": false
6565
}
6666
]
6767
}

tests/draft7/optional/format/date-time.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@
5151
{
5252
"description": "invalid non-padded month dates",
5353
"data": "1963-6-19T08:30:06.283185Z",
54-
"valid": true
54+
"valid": false
5555
},
5656
{
5757
"description": "invalid non-padded day dates",
5858
"data": "1963-06-1T08:30:06.283185Z",
59-
"valid": true
59+
"valid": false
6060
}
6161
]
6262
}

0 commit comments

Comments
 (0)