diff --git a/tests/microformats-v2-unit/nested/nested-microformat-mistyped.html b/tests/microformats-v2-unit/nested/tentative-nested-microformat-mistyped.html
similarity index 100%
rename from tests/microformats-v2-unit/nested/nested-microformat-mistyped.html
rename to tests/microformats-v2-unit/nested/tentative-nested-microformat-mistyped.html
diff --git a/tests/microformats-v2-unit/nested/nested-microformat-mistyped.json b/tests/microformats-v2-unit/nested/tentative-nested-microformat-mistyped.json
similarity index 100%
rename from tests/microformats-v2-unit/nested/nested-microformat-mistyped.json
rename to tests/microformats-v2-unit/nested/tentative-nested-microformat-mistyped.json
diff --git a/tests/microformats-v2-unit/value/value-dt.html b/tests/microformats-v2-unit/value/value-dt.html
index d825402..6486c79 100644
--- a/tests/microformats-v2-unit/value/value-dt.html
+++ b/tests/microformats-v2-unit/value/value-dt.html
@@ -38,8 +38,11 @@
NotPartOfTest
Valid NotADate Valid
-
Invalid 2000-01-01 00:00:00+00:00 Invalid
-
Invalid 2000-01-0100:00:00+00:00 Invalid
+
Invalid 2000-01-01 00:00:00+0000 Invalid
+
Invalid 2000-01-0100:00:00+0000 Invalid
+
Invalid 2000-01-01 00:00:00+0000 Invalid
+
Invalid 2000-01-0100:00:00+0000 Invalid
+
Invalid +000000:00:002000-01-01 Invalid
Invalid
2000-01-01
@@ -57,9 +60,41 @@
Invalid
2000-01-01
00:00:00
- 00:00:00+00:00
+ 00:00:00+0000
Invalid
+
+ Invalid
+ 2000-01-01
+ +0000
+ 23:59:59+0000
+ 00:00:00
+ Invalid
+
+
+ Invalid
+ 2000-01-01
+ +0000
+ 23:59:59+0000
+ Invalid
+
+
+
+
@@ -78,46 +113,46 @@
NotPartOfTest
-
Invalid Invalid Invalid
-
Valid
+
Invalid 2099-01-01 Invalid
+
Valid 2099-01-01 Valid
Invalid 2000-01-01 Invalid
NotPartOfTest
-
-
+
Invalid
2099-01-01 Invalid
+
Invalid
2000-01-01 Invalid
NotPartOfTest
-
Invalid Invalid
-
Vaid
+
Invalid Invalid
+
Valid Valid
Invalid Invalid
NotPartOfTest
-
Invalid Invalid Invalid
-
Valid
+
Invalid 2099-01-01 Invalid
+
Valid 2099-01-01 Valid
Invalid 2000-01-01 Invalid
NotPartOfTest
-
Invalid Invalid Invalid
-
Valid
+
Invalid 2099-01-01 Invalid
+
Valid 2099-01-01 Valid
Invalid 2000-01-01 Invalid
NotPartOfTest
-
-
Invalid 2000-01-01 Invalid
-
Invalid 2000-01-01 Invalid
-
Invalid 2000-01-01 Invalid
-
Invalid 2000-01-01 Invalid
+
+
Invalid 2000-01-01 Invalid
+
Invalid 2000-01-01 Invalid
+
Invalid 2000-01-01 Invalid
+
Invalid 2000-01-01 Invalid
diff --git a/tests/microformats-v2-unit/value/value-dt.json b/tests/microformats-v2-unit/value/value-dt.json
index 12e393b..982d44e 100644
--- a/tests/microformats-v2-unit/value/value-dt.json
+++ b/tests/microformats-v2-unit/value/value-dt.json
@@ -72,10 +72,19 @@
"Valid NotADate Valid"
],
"1-with-tz": [
- "2000-01-01 00:00:00+00:00"
+ "2000-01-01 00:00:00+0000"
],
"2-with-tz": [
- "2000-01-01 00:00:00+00:00"
+ "2000-01-01 00:00:00+0000"
+ ],
+ "3-with-tz": [
+ "2000-01-01 00:00:00+0000"
+ ],
+ "4-with-tz": [
+ "2000-01-01 00:00:00+0000"
+ ],
+ "misordered": [
+ "2000-01-01 00:00:00+0000"
],
"1-first-wins": [
"2000-01-01"
@@ -85,6 +94,57 @@
],
"3-first-wins": [
"2000-01-01 00:00:00"
+ ],
+ "4-first-wins": [
+ "2000-01-01 00:00:00+0000"
+ ],
+ "5-first-wins": [
+ "2000-01-01"
+ ]
+ }
+ },
+ {
+ "type": [
+ "h-test-implied-date-missing"
+ ],
+ "properties": {
+ "name": [
+ "NotPartOfTest"
+ ],
+ "time-only": [
+ "Valid 00:00:00+0000 Valid"
+ ]
+ }
+ },
+ {
+ "type": [
+ "h-test-implied-date-before"
+ ],
+ "properties": {
+ "name": [
+ "NotPartOfTest"
+ ],
+ "implied": [
+ "2000-01-01 23:59:59+0000"
+ ],
+ "time-only": [
+ "2000-01-01 00:00:00+0000"
+ ]
+ }
+ },
+ {
+ "type": [
+ "h-test-implied-date-after"
+ ],
+ "properties": {
+ "name": [
+ "NotPartOfTest"
+ ],
+ "time-only": [
+ "2000-01-01 00:00:00+0000"
+ ],
+ "implied": [
+ "2000-01-01 23:59:59+0000"
]
}
},
@@ -138,7 +198,7 @@
"2000-01-01"
],
"empty": [
- "Valid"
+ "Valid 2099-01-01 Valid"
],
"missing": [
"2000-01-01"
@@ -157,7 +217,7 @@
"2000-01-01"
],
"empty": [
- "Valid"
+ "Valid 2099-01-01 Valid"
],
"missing": [
"2000-01-01"
@@ -176,7 +236,7 @@
"2000-01-01"
],
"empty": [
- "Valid"
+ "Valid 2099-01-01 Valid"
],
"missing": [
"2000-01-01"
@@ -195,7 +255,7 @@
"2000-01-01"
],
"empty": [
- "Valid"
+ "Valid 2099-01-01 Valid"
],
"missing": [
"2000-01-01"
@@ -214,7 +274,7 @@
"2000-01-01"
],
"empty": [
- "Valid"
+ "Valid 2099-01-01 Valid"
],
"missing": [
"2000-01-01"