Sha256: a9ec7b91c1faee1e9cd6f35e392e5b7249226d24734127418c2d16d0d300caa8

Contents?: true

Size: 828 Bytes

Versions: 23

Compression:

Stored size: 828 Bytes

Contents

<html>
  <body>
    <a href="thing.html"><b>Bold Dude</b></a>
    <a href="thing.html" rel="nofollow">Dude</a>
    <a href="thing.html" rel="me">Aaron <b>James</b> Patterson</a>
    <a href="thing.html" id="bold_aaron_link" rel="me nofollow"><b>Aaron</b> Patterson</a>
    <a href="thing.html" class="thing_link">Thing!</a>
    <a href="thing.html">Ruby <b>Rocks!</b></a>
    <!-- Testing a bug with escaped stuff in links:
      http://rubyforge.org/pipermail/mechanize-users/2006-September/000002.html
    -->
    <a href="link%20with%20space.html">encoded space</a>
    <a href="link with space.html">not encoded space</a>
    <!-- End escaped bug -->
    <a href="unusual&&%3F%3F%23%23.html">unusual characters</a>

    <a href="">empty href</a>

    <a href="javascript:new_page('1')">javascript link</a>
  </body>
</html>

Version data entries

23 entries across 23 versions & 3 rubygems

Version Path
husc-0.2.1 vendor/bundle/gems/mechanize-2.7.6/test/htdocs/tc_links.html
husc-0.2.0 vendor/bundle/gems/mechanize-2.7.6/test/htdocs/tc_links.html
husc-0.1.1 vendor/bundle/gems/mechanize-2.7.6/test/htdocs/tc_links.html
husc-0.1.0 vendor/bundle/gems/mechanize-2.7.6/test/htdocs/tc_links.html
mechanize-2.7.6 test/htdocs/tc_links.html
mechanize-2.7.5 test/htdocs/tc_links.html
mechanize-2.7.4 test/htdocs/tc_links.html
mechanize-2.7.3 test/htdocs/tc_links.html
mechanize-2.7.2 test/htdocs/tc_links.html
mechanize-2.7.1 test/htdocs/tc_links.html
mechanize-2.7.0 test/htdocs/tc_links.html
mechanize-2.6.0 test/htdocs/tc_links.html
mechanize-2.5.1 test/htdocs/tc_links.html
mechanize-2.5 test/htdocs/tc_links.html
mechanize-2.4 test/htdocs/tc_links.html
frameworks-capybara-0.2.0.rc6 vendor/bundle/ruby/1.8/gems/mechanize-2.3/test/htdocs/tc_links.html
frameworks-capybara-0.2.0.rc5 vendor/bundle/ruby/1.8/gems/mechanize-2.3/test/htdocs/tc_links.html
frameworks-capybara-0.2.0.rc4 vendor/bundle/ruby/1.8/gems/mechanize-2.3/test/htdocs/tc_links.html
frameworks-capybara-0.2.0.rc3 vendor/bundle/ruby/1.8/gems/mechanize-2.3/test/htdocs/tc_links.html
frameworks-capybara-0.2.0.rc2 vendor/bundle/ruby/1.8/gems/mechanize-2.3/test/htdocs/tc_links.html