adds more spec cases

This commit is contained in:
Jessica Lynn Suttles 2013-02-07 14:29:31 -08:00
parent 3caef41082
commit cea7a78f33
125 changed files with 2275 additions and 1 deletions

View file

@ -0,0 +1,12 @@
// http://microformat2-node.jit.su/h-event.html
{
"items": [{
"type": ["h-event"],
"properties": {
"name": ["The 4th Microformat party"],
"start": ["2009-06-26T19:00:00"],
"end": ["2009-06-26T22:00:00"]
}
}]
}