adds more spec cases
This commit is contained in:
parent
3caef41082
commit
cea7a78f33
125 changed files with 2275 additions and 1 deletions
20
spec/support/cases/h-event-7.js
Normal file
20
spec/support/cases/h-event-7.js
Normal file
|
@ -0,0 +1,20 @@
|
|||
// http://microformat2-node.jit.su/h-event.html
|
||||
|
||||
{
|
||||
"items": [{
|
||||
"type": ["h-event"],
|
||||
"properties": {
|
||||
"name": ["The party"],
|
||||
"start": [
|
||||
"2013-03-14",
|
||||
"2013-06-25T07:00:00",
|
||||
"2013-06-26",
|
||||
"2013-06-27",
|
||||
"2013-06-28",
|
||||
"2013-06-29",
|
||||
"2013-07-01",
|
||||
"2013-07-02"
|
||||
]
|
||||
}
|
||||
}]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue