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-1.js
Normal file
16
spec/support/cases/microformat2-node.jit.su/h-adr/h-adr-1.js
Normal file
|
@ -0,0 +1,16 @@
|
|||
// http://microformat2-node.jit.su/h-adr.html
|
||||
|
||||
{
|
||||
"items": [{
|
||||
"type": ["h-adr"],
|
||||
"properties": {
|
||||
"street-address": ["665 3rd St."],
|
||||
"extended-address": ["Suite 207"],
|
||||
"locality": ["San Francisco"],
|
||||
"region": ["CA"],
|
||||
"postal-code": ["94107"],
|
||||
"country-name": ["U.S.A."],
|
||||
"name": ["665 3rd St. Suite 207 San Francisco, CA 94107 U.S.A."]
|
||||
}
|
||||
}]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue