Skip to content

Commit 353f7f3

Browse files
authored
Merge pull request #232 from Clemens-U/master
Testing closing Z after time-zone offset for date-time
2 parents c17161a + aa833c5 commit 353f7f3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/draft6/optional/format.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@
3333
"data": "1990-12-31T15:59:60-24:00",
3434
"valid": false
3535
},
36+
{
37+
"description": "an invalid closing Z after time-zone offset",
38+
"data": "1963-06-19T08:30:06.28123+01:00Z",
39+
"valid": false
40+
},
3641
{
3742
"description": "an invalid date-time string",
3843
"data": "06/19/1963 08:30:06 PST",

0 commit comments

Comments
 (0)