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
9
spec/support/cases/microformats-2-0.js
Normal file
9
spec/support/cases/microformats-2-0.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
// http://microformats.org/wiki/microformats-2
|
||||
{
|
||||
"items": [{
|
||||
"type": ["h-card"],
|
||||
"properties": {
|
||||
"name": ["Frances Berriman"]
|
||||
}
|
||||
}]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue