tests-issues: Difference between revisions
Jump to navigation
Jump to search
(added test issue from mf-dev email by mike sammuel) |
(another from mike) |
||
Line 11: | Line 11: | ||
* {{OpenIssue}} 2007-01-22 raised by Mike Sammuel [http://microformats.org/discuss/mail/microformats-dev/2007-January/000213.html] (recorded by Ryan King). | * {{OpenIssue}} 2007-01-22 raised by Mike Sammuel [http://microformats.org/discuss/mail/microformats-dev/2007-January/000213.html] (recorded by Ryan King). | ||
*# ''Mis-written organizer properties in iCal files'' | *# ''Mis-written organizer properties in iCal files'' | ||
*# | *#* 'ORGANIZER;MAILTO:jsmith at host.com' should be 'ORGANIZER:MAILTO:jsmith at host.com' | ||
*#* 'ATTENDEE;RSVP=TRUE:MAILTOjsmith at host1.com' should be 'ATTENDEE;RSVP=TRUE:MAILTO:jsmith at host1.com' | |||
Revision as of 18:18, 22 January 2007
Test Issues
This page is for tracking issues (both defects and suggested improvements) with the parsing tests. See http://microformats.org/tests/ for the published (stable tests) and http://hg.microformats.org/tests for the works in progress.
Editor: Ryan King
Issues
- open issue! 2007-01-11 raised by DanC (recorded by RyanKing)
- We Don't have tests for class="vcardDooDad" [1]
- open issue! 2007-01-22 raised by Mike Sammuel [2] (recorded by Ryan King).
- Mis-written organizer properties in iCal files
- 'ORGANIZER;MAILTO:jsmith at host.com' should be 'ORGANIZER:MAILTO:jsmith at host.com'
- 'ATTENDEE;RSVP=TRUE:MAILTOjsmith at host1.com' should be 'ATTENDEE;RSVP=TRUE:MAILTO:jsmith at host1.com'
- Mis-written organizer properties in iCal files
Template
Please use this format (copy and paste this to the end of the list to add your issues):
- open issue! YYYY-MM-DD raised by YOURNAME.
- Issue 1: Here is the first issue I have.
- Issue 2: Here is the second issue I have.