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
26
spec/support/cases/microformat2-node.jit.su/rel/rel-3.js
Normal file
26
spec/support/cases/microformat2-node.jit.su/rel/rel-3.js
Normal file
|
@ -0,0 +1,26 @@
|
|||
// http://microformat2-node.jit.su/rel.html
|
||||
|
||||
{
|
||||
"items": [{
|
||||
"type": ["rel"],
|
||||
"properties": {
|
||||
"friend": ["http://example.com/propfile/jane"],
|
||||
"acquaintance": ["http://example.com/propfile/jeo"],
|
||||
"contact": ["http://example.com/propfile/lily"],
|
||||
"met": ["http://example.com/propfile/oliver"],
|
||||
"co-worker": ["http://example.com/propfile/emily"],
|
||||
"colleague": ["http://example.com/propfile/jack"],
|
||||
"neighbor": ["http://example.com/propfile/isabella"],
|
||||
"child": ["http://example.com/propfile/harry"],
|
||||
"parent": ["http://example.com/propfile/sophia"],
|
||||
"sibling": ["http://example.com/propfile/charlie"],
|
||||
"spouse": ["http://example.com/propfile/olivia"],
|
||||
"kin": ["http://example.com/propfile/james"],
|
||||
"muse": ["http://example.com/propfile/ava"],
|
||||
"crush": ["http://example.com/propfile/joshua"],
|
||||
"date": ["http://example.com/propfile/chloe"],
|
||||
"sweetheart": ["http://example.com/propfile/alfie"],
|
||||
"me": ["http://example.com/propfile/isla"]
|
||||
}
|
||||
}]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue