reorganizes spec cases and fixes a couple few

This commit is contained in:
Jessica Lynn Suttles 2013-02-11 17:17:31 -08:00
parent 67465879fa
commit 72ce8e3cd6
158 changed files with 46 additions and 42 deletions

View file

@ -0,0 +1,19 @@
// http://microformat2-node.jit.su/h-review-aggregate.html
{
"items": [{
"type": ["h-review-aggregate"],
"properties": {
"item": [{
"value": "Mediterranean Wraps",
"type": ["h-item"],
"properties": {
"name": ["Mediterranean Wraps"]
}
}],
"summary": ["Customers flock to this small restaurant for their tasty falafel and shawerma wraps and welcoming staff."],
"rating": ["4.5"],
"name": ["Mediterranean Wraps Customers flock to this small restaurant for their tasty falafel and shawerma wraps and welcoming staff. 4.5 out of 5"]
}
}]
}