Added test for DateTimeFormatter.dow

This commit is contained in:
Rhet Turnbull
2020-05-24 06:37:15 -07:00
parent 5f071b9c3f
commit 09c7d18901

View File

@@ -30,6 +30,7 @@ TEMPLATE_VALUES = {
"{created.month}": "February", "{created.month}": "February",
"{created.mon}": "Feb", "{created.mon}": "Feb",
"{created.dd}": "04", "{created.dd}": "04",
"{created.dow}": "Tuesday",
"{created.doy}": "035", "{created.doy}": "035",
"{modified.date}": "2020-03-21", "{modified.date}": "2020-03-21",
"{modified.year}": "2020", "{modified.year}": "2020",
@@ -68,6 +69,7 @@ TEMPLATE_VALUES_DEU = {
"{created.mon}": "Feb", "{created.mon}": "Feb",
"{created.dd}": "04", "{created.dd}": "04",
"{created.doy}": "035", "{created.doy}": "035",
"{created.dow}": "Dienstag",
"{modified.date}": "2020-03-21", "{modified.date}": "2020-03-21",
"{modified.year}": "2020", "{modified.year}": "2020",
"{modified.yy}": "20", "{modified.yy}": "20",