reorganizes spec cases and fixes a couple few
This commit is contained in:
parent
ed58788884
commit
c74ecef194
158 changed files with 46 additions and 42 deletions
16
spec/support/cases/microformat2-node.jit.su/h-adr/h-adr-2.js
Normal file
16
spec/support/cases/microformat2-node.jit.su/h-adr/h-adr-2.js
Normal file
|
@ -0,0 +1,16 @@
|
|||
// http://microformat2-node.jit.su/h-adr.html
|
||||
|
||||
{
|
||||
"items": [{
|
||||
"type": ["h-adr"],
|
||||
"properties": {
|
||||
"name": ["Bricklayer's Arms"],
|
||||
"label": ["3 Charlotte Road, City of London, EC2A 3PE, UK"],
|
||||
"street-address": ["3 Charlotte Road"],
|
||||
"locality": ["City of London"],
|
||||
"postal-code": ["EC2A 3PE"],
|
||||
"country-name": ["UK"],
|
||||
"geo": ["51.526421;-0.081067"]
|
||||
}
|
||||
}]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue