adds more spec cases
This commit is contained in:
parent
3caef41082
commit
cea7a78f33
125 changed files with 2275 additions and 1 deletions
19
spec/support/cases/rel-2.js
Normal file
19
spec/support/cases/rel-2.js
Normal file
|
@ -0,0 +1,19 @@
|
|||
// http://microformat2-node.jit.su/rel.html
|
||||
|
||||
{
|
||||
"items": [{
|
||||
"type": ["rel"],
|
||||
"properties": {
|
||||
"me": [
|
||||
"http://twitter.com/glennjones",
|
||||
"http://delicious.com/glennjonesnet/",
|
||||
"https://plus.google.com/u/0/105161464208920272734/about",
|
||||
"http://lanyrd.com/people/glennjones/",
|
||||
"http://github.com/glennjones",
|
||||
"http://www.flickr.com/photos/glennjonesnet/",
|
||||
"http://www.linkedin.com/in/glennjones",
|
||||
"http://www.slideshare.net/glennjones/presentations"
|
||||
]
|
||||
}
|
||||
}]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue