features/parser/date_times.feature in edtf-1.0.0 vs features/parser/date_times.feature in edtf-2.0.0
- old
+ new
@@ -30,6 +30,12 @@
@002 @level0
Scenarios: date/times with timezone
| string | year | month | day | hours | minutes | seconds |
| 2004-01-01T10:10:10Z | 2004 | 1 | 1 | 10 | 10 | 10 |
| 2004-01-01T10:10:10+05:00 | 2004 | 1 | 1 | 5 | 10 | 10 |
- | 2004-01-01T02:10:10+05:00 | 2003 | 12 | 31 | 21 | 10 | 10 |
+ | 2004-01-01T02:10:10+05:00 | 2003 | 12 | 31 | 21 | 10 | 10 |
+
+ # Scenarios: fractions
+ # | string | year | month | day | hours | minutes | seconds |
+ # | 2004-01-01T10 | 2004 | 1 | 1 | 10 | 0 | 0 |
+ # | 2004-01-01T10:10:10+05:00 | 2004 | 1 | 1 | 5 | 10 | 10 |
+ # | 2004-01-01T02:10:10+05:00 | 2003 | 12 | 31 | 21 | 10 | 10 |
\ No newline at end of file