adds more spec cases
This commit is contained in:
parent
241b9ffbd3
commit
d946c7262c
125 changed files with 2275 additions and 1 deletions
22
spec/support/cases/h-event-5.js
Normal file
22
spec/support/cases/h-event-5.js
Normal file
|
@ -0,0 +1,22 @@
|
|||
// http://microformat2-node.jit.su/h-event.html
|
||||
|
||||
{
|
||||
"items": [{
|
||||
"type": ["h-event"],
|
||||
"properties": {
|
||||
"name": ["The 4th Microformat party"],
|
||||
"start": [
|
||||
"2009-06-26T19:00:00-0800",
|
||||
"2009-06-26T19:00:00-0800",
|
||||
"2009-06-26T19:00:00+0800",
|
||||
"2009-06-26T19:00:00Z",
|
||||
"2009-06-26T19:00:00",
|
||||
"2009-06-26T19:00:00-0800",
|
||||
"2009-06-26T19:00:00+0800",
|
||||
"2009-06-26T19:00:00Z",
|
||||
"2009-06-26T19:00:00"
|
||||
],
|
||||
"end": ["2013-034"]
|
||||
}
|
||||
}]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue