adds rake task to scrape sites for spec examples
This commit is contained in:
parent
dfa6047eb9
commit
506ae94adb
29 changed files with 368 additions and 0 deletions
17
spec/support/cases/microformats-2-8.js
Normal file
17
spec/support/cases/microformats-2-8.js
Normal file
|
@ -0,0 +1,17 @@
|
|||
// http://microformats.org/wiki/microformats-2
|
||||
{
|
||||
"items": [{
|
||||
"type": ["h-card"],
|
||||
"properties": {
|
||||
"name": ["Mitchell Baker"],
|
||||
"url": ["http://blog.lizardwrangler.com/"]
|
||||
},
|
||||
"children": [{
|
||||
"type": ["h-card","h-org"],
|
||||
"properties": {
|
||||
"name": ["Mozilla Foundation"],
|
||||
"url": ["http://mozilla.org/"]
|
||||
}
|
||||
}]
|
||||
}]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue