File tree Expand file tree Collapse file tree 5 files changed +51
-1
lines changed
draft2019-09/optional/format Expand file tree Collapse file tree 5 files changed +51
-1
lines changed Original file line number Diff line number Diff line change 47
47
"description" : " only RFC3339 not all of ISO 8601 are valid" ,
48
48
"data" : " 2013-350T01:01:01" ,
49
49
"valid" : false
50
+ },
51
+ {
52
+ "description" : " invalid non-padded month dates" ,
53
+ "data" : " 1963-6-19T08:30:06.283185Z" ,
54
+ "valid" : true
55
+ },
56
+ {
57
+ "description" : " invalid non-padded day dates" ,
58
+ "data" : " 1963-06-1T08:30:06.283185Z" ,
59
+ "valid" : true
50
60
}
51
61
]
52
62
}
Original file line number Diff line number Diff line change 22
22
"description" : " only RFC3339 not all of ISO 8601 are valid" ,
23
23
"data" : " 2013-350T01:01:01" ,
24
24
"valid" : false
25
+ },
26
+ {
27
+ "description" : " invalid non-padded month dates" ,
28
+ "data" : " 1963-6-19T08:30:06.283185Z" ,
29
+ "valid" : true
30
+ },
31
+ {
32
+ "description" : " invalid non-padded day dates" ,
33
+ "data" : " 1963-06-1T08:30:06.283185Z" ,
34
+ "valid" : true
25
35
}
26
36
]
27
37
}
Original file line number Diff line number Diff line change 47
47
"description" : " only RFC3339 not all of ISO 8601 are valid" ,
48
48
"data" : " 2013-350T01:01:01" ,
49
49
"valid" : false
50
+ },
51
+ {
52
+ "description" : " invalid non-padded month dates" ,
53
+ "data" : " 1963-6-19T08:30:06.283185Z" ,
54
+ "valid" : true
55
+ },
56
+ {
57
+ "description" : " invalid non-padded day dates" ,
58
+ "data" : " 1963-06-1T08:30:06.283185Z" ,
59
+ "valid" : true
50
60
}
51
61
]
52
62
}
Original file line number Diff line number Diff line change 37
37
"description" : " an invalid closing Z after time-zone offset" ,
38
38
"data" : " 1963-06-19T08:30:06.28123+01:00Z" ,
39
39
"valid" : false
40
- },
40
+ },
41
41
{
42
42
"description" : " an invalid date-time string" ,
43
43
"data" : " 06/19/1963 08:30:06 PST" ,
52
52
"description" : " only RFC3339 not all of ISO 8601 are valid" ,
53
53
"data" : " 2013-350T01:01:01" ,
54
54
"valid" : false
55
+ },
56
+ {
57
+ "description" : " invalid non-padded month dates" ,
58
+ "data" : " 1963-6-19T08:30:06.283185Z" ,
59
+ "valid" : true
60
+ },
61
+ {
62
+ "description" : " invalid non-padded day dates" ,
63
+ "data" : " 1963-06-1T08:30:06.283185Z" ,
64
+ "valid" : true
55
65
}
56
66
]
57
67
}
Original file line number Diff line number Diff line change 47
47
"description" : " only RFC3339 not all of ISO 8601 are valid" ,
48
48
"data" : " 2013-350T01:01:01" ,
49
49
"valid" : false
50
+ },
51
+ {
52
+ "description" : " invalid non-padded month dates" ,
53
+ "data" : " 1963-6-19T08:30:06.283185Z" ,
54
+ "valid" : true
55
+ },
56
+ {
57
+ "description" : " invalid non-padded day dates" ,
58
+ "data" : " 1963-06-1T08:30:06.283185Z" ,
59
+ "valid" : true
50
60
}
51
61
]
52
62
}
You can’t perform that action at this time.
0 commit comments