Acid Test: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
==ACID Test for Parsers==
This is not really ACID test, but it sounds good. Basically test should run across as many as possible edge cases in microformats’ parsing. So far cases I found are:
This is not really ACID test, but it sounds good. Basically test should run across as many as possible edge cases in microformats’ parsing. So far cases I found are:
* include pattern
* include pattern

Revision as of 07:09, 16 April 2008

ACID Test for Parsers

This is not really ACID test, but it sounds good. Basically test should run across as many as possible edge cases in microformats’ parsing. So far cases I found are:

  • include pattern
  • include inside include
  • nested µf (agent as vcard inside vcard)
  • multiple eleemtns of the same type
  • “value” container
  • correct work with abbr and img tags
  • tel with type, but without value elements
  • tel with type, without valu, but with “include”
  • value as an ul element
  • “headers” pattern
  • “headers” with nested include

That’s it so far. You could test your parsers over there: [1]


This thing is under development and will be updated.