Skip to content

Commit

Permalink
syn tests to 353f7f3
Browse files Browse the repository at this point in the history
  • Loading branch information
santhosh-tekuri committed Jul 14, 2018
1 parent 06ca24f commit 0ee9a29
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions testdata/draft6/optional/format.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@
"data": "1990-12-31T15:59:60-24:00",
"valid": false
},
{
"description": "an invalid closing Z after time-zone offset",
"data": "1963-06-19T08:30:06.28123+01:00Z",
"valid": false
},
{
"description": "an invalid date-time string",
"data": "06/19/1963 08:30:06 PST",
Expand Down

0 comments on commit 0ee9a29

Please sign in to comment.