adds more spec cases
This commit is contained in:
parent
3caef41082
commit
cea7a78f33
125 changed files with 2275 additions and 1 deletions
57
spec/support/cases/h-event-2.js
Normal file
57
spec/support/cases/h-event-2.js
Normal file
|
@ -0,0 +1,57 @@
|
|||
// http://microformat2-node.jit.su/h-event.html
|
||||
|
||||
{
|
||||
"items": [{
|
||||
"type": ["h-event"],
|
||||
"properties": {
|
||||
"name": ["CPJ Online Press Freedom Summit"],
|
||||
"start": ["2012-10-10"],
|
||||
"location": ["San Francisco"],
|
||||
"attendee": [{
|
||||
"value": "Brian Warner",
|
||||
"type": ["h-card"],
|
||||
"properties": {
|
||||
"name": ["Brian Warner"]
|
||||
}
|
||||
},{
|
||||
"value": "Kyle Machulis",
|
||||
"type": ["h-card"],
|
||||
"properties": {
|
||||
"name": ["Kyle Machulis"]
|
||||
}
|
||||
},{
|
||||
"value": "Tantek Çelik",
|
||||
"type": ["h-card"],
|
||||
"properties": {
|
||||
"name": ["Tantek Çelik"]
|
||||
}
|
||||
},{
|
||||
"value": "Sid Sutter",
|
||||
"type": ["h-card"],
|
||||
"properties": {
|
||||
"name": ["Sid Sutter"]
|
||||
}
|
||||
}]
|
||||
}
|
||||
},{
|
||||
"type": ["h-card"],
|
||||
"properties": {
|
||||
"name": ["Brian Warner"]
|
||||
}
|
||||
},{
|
||||
"type": ["h-card"],
|
||||
"properties": {
|
||||
"name": ["Kyle Machulis"]
|
||||
}
|
||||
},{
|
||||
"type": ["h-card"],
|
||||
"properties": {
|
||||
"name": ["Tantek Çelik"]
|
||||
}
|
||||
},{
|
||||
"type": ["h-card"],
|
||||
"properties": {
|
||||
"name": ["Sid Sutter"]
|
||||
}
|
||||
}]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue