summaryrefslogtreecommitdiff
path: root/json/tests/draft4/optional/format/date-time.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/tests/draft4/optional/format/date-time.json')
-rw-r--r--json/tests/draft4/optional/format/date-time.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/json/tests/draft4/optional/format/date-time.json b/json/tests/draft4/optional/format/date-time.json
index dfccee6..900fcb7 100644
--- a/json/tests/draft4/optional/format/date-time.json
+++ b/json/tests/draft4/optional/format/date-time.json
@@ -47,6 +47,16 @@
"description": "only RFC3339 not all of ISO 8601 are valid",
"data": "2013-350T01:01:01",
"valid": false
+ },
+ {
+ "description": "invalid non-padded month dates",
+ "data": "1963-6-19T08:30:06.283185Z",
+ "valid": false
+ },
+ {
+ "description": "invalid non-padded day dates",
+ "data": "1963-06-1T08:30:06.283185Z",
+ "valid": false
}
]
}