adds more spec cases
This commit is contained in:
parent
3caef41082
commit
cea7a78f33
125 changed files with 2275 additions and 1 deletions
42
spec/support/cases/includes-4.js
Normal file
42
spec/support/cases/includes-4.js
Normal file
|
@ -0,0 +1,42 @@
|
|||
// http://microformat2-node.jit.su/includes.html
|
||||
|
||||
{
|
||||
"items": [{
|
||||
"type": ["h-event"],
|
||||
"properties": {
|
||||
"name": ["HTML5 & CSS3 latest features in action!"],
|
||||
"speaker": ["David Rousset"],
|
||||
"summary": ["Build Conference"],
|
||||
"start": ["2012-10-30T11:45:00-0800"],
|
||||
"location": [{
|
||||
"value": "Redmond, Washington, USA",
|
||||
"type": ["h-adr"],
|
||||
"properties": {
|
||||
"locality": ["Redmond"],
|
||||
"region": ["Washington"],
|
||||
"country-name": ["USA"],
|
||||
"name": ["Redmond, Washington, USA"]
|
||||
}
|
||||
}]
|
||||
}
|
||||
},{
|
||||
"type": ["h-event"],
|
||||
"properties": {
|
||||
"name": ["Building High-Performing JavaScript for Modern Engines"],
|
||||
"speaker": ["John-David Dalton","Amanda Silver"],
|
||||
"summary": ["Build Conference"],
|
||||
"start": ["2012-10-31T11:15:00-0800"],
|
||||
"location": [{
|
||||
"value": "Redmond, Washington, USA",
|
||||
"type": ["h-adr"],
|
||||
"properties": {
|
||||
"locality": ["Redmond"],
|
||||
"region": ["Washington"],
|
||||
"country-name": ["USA"],
|
||||
"name": ["Redmond, Washington, USA"]
|
||||
}
|
||||
}]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue