adds more spec cases
This commit is contained in:
parent
241b9ffbd3
commit
d946c7262c
125 changed files with 2275 additions and 1 deletions
40
spec/support/cases/includes-3.js
Normal file
40
spec/support/cases/includes-3.js
Normal file
|
@ -0,0 +1,40 @@
|
|||
// http://microformat2-node.jit.su/includes.html
|
||||
|
||||
{
|
||||
"items": [{
|
||||
"type": ["h-card"],
|
||||
"properties": {
|
||||
"name": ["Ben Ward"],
|
||||
"org": ["Twitter"],
|
||||
"adr": [{
|
||||
"value": "1355 Market St, San Francisco, CA 94103",
|
||||
"type": ["h-adr"],
|
||||
"properties": {
|
||||
"street-address": ["1355 Market St"],
|
||||
"locality": ["San Francisco"],
|
||||
"region": ["CA"],
|
||||
"postal-code": ["94103"],
|
||||
"name": ["1355 Market St, San Francisco, CA 94103"]
|
||||
}
|
||||
}]
|
||||
}
|
||||
},{
|
||||
"type": ["h-card"],
|
||||
"properties": {
|
||||
"name": ["Dan Webb"],
|
||||
"org": ["Twitter"],
|
||||
"adr": [{
|
||||
"value": "1355 Market St, San Francisco, CA 94103",
|
||||
"type": ["h-adr"],
|
||||
"properties": {
|
||||
"street-address": ["1355 Market St"],
|
||||
"locality": ["San Francisco"],
|
||||
"region": ["CA"],
|
||||
"postal-code": ["94103"],
|
||||
"name": ["1355 Market St, San Francisco, CA 94103"]
|
||||
}
|
||||
}]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue