microformats2/spec/support/cases/h-review-5.js
Jessica Lynn Suttles d946c7262c adds more spec cases
2013-04-18 22:13:35 -07:00

37 lines
2.1 KiB
JavaScript

// http://microformat2-node.jit.su/h-review.html
{
"items": [{
"type": ["h-review"],
"properties": {
"rating": ["5"],
"name": ["Crepes on Cole is awesome"],
"reviewer": [{
"value": "Reviewer: Tantek -",
"type": ["h-card"],
"properties": {
"name": ["Tantek"]
}
}],
"description": ["\n <p class=\"p-item h-card\">\n <span class=\"p-name p-org\">Crepes on Cole</span> is one of the best little \n creperies in <span class=\"p-adr h-adr\"><span class=\"p-locality\">San Francisco</span></span>.\n Excellent food and service. Plenty of tables in a variety of sizes \n for parties large and small. Window seating makes for excellent \n people watching to/from the N-Judah which stops right outside. \n I've had many fun social gatherings here, as well as gotten \n plenty of work done thanks to neighborhood WiFi.\n </p>\n "],
"item": [{
"value": "Crepes on Cole is one of the best little creperies in San Francisco. Excellent food and service. Plenty of tables in a variety of sizes for parties large and small. Window seating makes for excellent people watching to/from the N-Judah which stops right outside. I've had many fun social gatherings here, as well as gotten plenty of work done thanks to neighborhood WiFi.",
"type": ["h-card"],
"properties": {
"name": ["Crepes on Cole"],
"org": ["Crepes on Cole"],
"adr": [{
"value": "San Francisco",
"type": ["h-adr"],
"properties": {
"locality": ["San Francisco"],
"name": ["San Francisco"]
}
}]
}
}],
"category": ["crepe"],
"url": ["http://example.com/crepe"]
}
}]
}