adds rake task to scrape sites for spec examples
This commit is contained in:
parent
cc78be542f
commit
d76595f044
29 changed files with 368 additions and 0 deletions
11
spec/support/cases/microformats-2-2.js
Normal file
11
spec/support/cases/microformats-2-2.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
// http://microformats.org/wiki/microformats-2
|
||||
{
|
||||
"items": [{
|
||||
"type": ["h-card"],
|
||||
"properties": {
|
||||
"name": ["Rohit Khare"],
|
||||
"url": ["http://rohit.khare.org"],
|
||||
"photo": ["https://s3.amazonaws.com/twitter_production/profile_images/53307499/180px-Rohit-sq_bigger.jpg"]
|
||||
}
|
||||
}]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue