tests: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(New page: <entry-title>Unified Test Suites</entry-title> With a single universal test suite all parties involved in the production and consumption of Microformats will benefit. == Guidelines == T...)
 
(replace with redirect to existing test-suite work - please see, follow, and add to that.)
Line 1: Line 1:
<entry-title>Unified Test Suites</entry-title>
#redirect:[[test-suite]]
 
With a single universal test suite all parties involved in the production and consumption of Microformats will benefit.
 
== Guidelines ==
 
Tests '''should''':
* be concise;
* be defined in JSON;
* cover all edge cases;
* double as documentation;
* use as few patterns as necessary;
* and be released into the public domain
 
== Format ==
 
<source lang="html4strict"><b class=vcard>Benoît Mandelbrot</b>
 
<script>
[
  {
    "vcard": {
      "fn": "Benoît Mandelbrot"
    }
  }
]
</script></source>

Revision as of 06:03, 13 July 2010

Redirect to: