File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
draft2019-09/optional/format Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 17
17
"description" : " only RFC3339 not all of ISO 8601 are valid" ,
18
18
"data" : " 2013-350" ,
19
19
"valid" : false
20
+ },
21
+ {
22
+ "description" : " invalidates non-padded month dates" ,
23
+ "data" : " 1998-1-20" ,
24
+ "valid" : false
25
+ },
26
+ {
27
+ "description" : " invalidates non-padded day dates" ,
28
+ "data" : " 1998-01-1" ,
29
+ "valid" : false
20
30
}
21
31
]
22
32
}
Original file line number Diff line number Diff line change 17
17
"description" : " only RFC3339 not all of ISO 8601 are valid" ,
18
18
"data" : " 2013-350" ,
19
19
"valid" : false
20
+ },
21
+ {
22
+ "description" : " invalidates non-padded month dates" ,
23
+ "data" : " 1998-1-20" ,
24
+ "valid" : false
25
+ },
26
+ {
27
+ "description" : " invalidates non-padded day dates" ,
28
+ "data" : " 1998-01-1" ,
29
+ "valid" : false
20
30
}
21
31
]
22
32
}
You can’t perform that action at this time.
0 commit comments