value-class-date-time-tests: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(→‎hCalendar: add tests for timezones, combined with time and separate, and ordinal date - provides sufficient combinatorial coverage of value class pattern date time parsing)
(X2V 0.9.5 passed value-dt-test-YYYY-MM-DD--HHpm)
Line 34: Line 34:
This table documents implementations that support at least some value class pattern features. As implementations pass at least one of the tests above, they should be added to this table.
This table documents implementations that support at least some value class pattern features. As implementations pass at least one of the tests above, they should be added to this table.
{| style="border:1px solid"  
{| style="border:1px solid"  
! test !! [[X2V]] 0.9.3
! test !! [[X2V]] 0.9.5
|-  
|-  
| [[value-dt-test-YYYY-MM-DD--HH-MM]] || <div style="text-align:center;background:#cfc ">pass</div>
| [[value-dt-test-YYYY-MM-DD--HH-MM]] || <div style="text-align:center;background:#cfc ">pass</div>
Line 41: Line 41:
|-  
|-  
| [[value-dt-test-abbr-YYYY-MM-DD-abbr-HH-MM]] || <div style="text-align:center;background:#cfc">pass</div>
| [[value-dt-test-abbr-YYYY-MM-DD-abbr-HH-MM]] || <div style="text-align:center;background:#cfc">pass</div>
|-
| [[value-dt-test-YYYY-MM-DD--HHpm]] || <div style="text-align:center;background:#cfc">pass</div>
|}
|}



Revision as of 07:33, 2 October 2009

<entry-title>value class pattern date and time tests</entry-title> This page provides links to individual test case pages for handling date and time values published using the value-class-pattern.

short URL
http://tr.im/vcpdt

tests

Tests grouped by microformat:

hCalendar

error tests

Tests are necessary to make sure implementations aren't "over" implementing some aspects, and properly handling errors in markup, e.g. using the "title" attribute when they shouldn't be.

results

This table documents implementations that support at least some value class pattern features. As implementations pass at least one of the tests above, they should be added to this table.

test X2V 0.9.5
value-dt-test-YYYY-MM-DD--HH-MM
pass
value-dt-test-abbr-YYYY-MM-DD--HH-MM
pass
value-dt-test-abbr-YYYY-MM-DD-abbr-HH-MM
pass
value-dt-test-YYYY-MM-DD--HHpm
pass

old tests

The handling of date and time values in the value class pattern was originally brainstormed on the value-excerption-pattern-brainstorming page and the following page of tests was used to make sure pattern both worked for publishers and was reasonably parsable:

see also