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
16
spec/support/cases/microformats-2-4.html
Normal file
16
spec/support/cases/microformats-2-4.html
Normal file
|
@ -0,0 +1,16 @@
|
|||
<!-- http://microformats.org/wiki/microformats-2 -->
|
||||
<div class="h-event">
|
||||
<a class="p-name u-url" href="http://indiewebcamp.com/2012">
|
||||
IndieWebCamp 2012
|
||||
</a>
|
||||
from <time class="dt-start">2012-06-30</time>
|
||||
to <time class="dt-end">2012-07-01</time> at
|
||||
<span class="p-location h-card">
|
||||
<a class="p-name p-org u-url" href="http://geoloqi.com/">
|
||||
Geoloqi
|
||||
</a>,
|
||||
<span class="p-street-address">920 SW 3rd Ave. Suite 400</span>,
|
||||
<span class="p-locality">Portland</span>,
|
||||
<abbr class="p-region" title="Oregon">OR</abbr>
|
||||
</span>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue