Sha256: 4766caeaff10f902c847abeb9795324ca2e1ddc1cc56692e8a174e9b36d02e20

Contents?: true

Size: 797 Bytes

Versions: 7

Compression:

Stored size: 797 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="javascript:new_page('1')">javascript link</a>
  </body>
</html>

Version data entries

7 entries across 7 versions & 3 rubygems

Version Path
mechanize-2.1.1 test/htdocs/tc_links.html
domo-0.0.5 vendor/bundle/ruby/1.9.1/gems/mechanize-2.1/test/htdocs/tc_links.html
diamond-mechanize-2.4 test/htdocs/tc_links.html
diamond-mechanize-2.3 test/htdocs/tc_links.html
diamond-mechanize-2.1 test/htdocs/tc_links.html
mechanize-2.1 test/htdocs/tc_links.html
mechanize-2.1.pre.1 test/htdocs/tc_links.html