It has to fail on date-time.
This commit is contained in:
Mark Probst 2018-08-14 21:31:22 -07:00
Родитель b7387527bd
Коммит 6eed007968
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,7 +1,7 @@
{
"date": "In the year of the lord 1985 on April the 12th",
"time": "23:20:50.52Z",
"date-time": "1985-04-12T23:20:50.52Z",
"date-time": "On the 1985-04-12 at 23:20:50.52Z",
"union-array": ["1985-04-12", "23:20:50.52Z"],
"complex-union-array": ["1985-04-12T23:20:50.52Z", "foo", 123]
}