adds more spec cases
This commit is contained in:
parent
241b9ffbd3
commit
d946c7262c
125 changed files with 2275 additions and 1 deletions
35
spec/support/cases/h-event-3.js
Normal file
35
spec/support/cases/h-event-3.js
Normal file
|
@ -0,0 +1,35 @@
|
|||
// http://microformat2-node.jit.su/h-event.html
|
||||
|
||||
{
|
||||
"items": [{
|
||||
"type": ["h-event"],
|
||||
"properties": {
|
||||
"name": ["IndieWebCamp 2012"],
|
||||
"url": ["http://indiewebcamp.com/2012"],
|
||||
"start": ["2012-06-30"],
|
||||
"end": ["2012-07-01"],
|
||||
"location": [{
|
||||
"value": "Geoloqi, 920 SW 3rd Ave. Suite 400, Portland, OR",
|
||||
"type": ["h-card"],
|
||||
"properties": {
|
||||
"name": ["Geoloqi"],
|
||||
"org": ["Geoloqi"],
|
||||
"url": ["http://geoloqi.com/"],
|
||||
"street-address": ["920 SW 3rd Ave. Suite 400"],
|
||||
"locality": ["Portland"],
|
||||
"region": ["Oregon"]
|
||||
}
|
||||
}]
|
||||
}
|
||||
},{
|
||||
"type": ["h-card"],
|
||||
"properties": {
|
||||
"name": ["Geoloqi"],
|
||||
"org": ["Geoloqi"],
|
||||
"url": ["http://geoloqi.com/"],
|
||||
"street-address": ["920 SW 3rd Ave. Suite 400"],
|
||||
"locality": ["Portland"],
|
||||
"region": ["Oregon"]
|
||||
}
|
||||
}]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue