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...)
 
(test-suite has been moved, it is now a redirect to test-suite-2009)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<entry-title>Unified Test Suites</entry-title>
#redirect:[[test-suite-2009]]
 
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>

Latest revision as of 17:07, 2 December 2012

Redirect to: