Sha256: f4f7b3487dddff1fb5f295e45422d9c3a8cd0511d99cdba0e3e758e2bb582314

Contents?: true

Size: 827 Bytes

Versions: 18

Compression:

Stored size: 827 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://rubygems.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

18 entries across 18 versions & 1 rubygems

Version Path
mechanize-2.14.0 test/htdocs/tc_links.html
mechanize-2.13.0 test/htdocs/tc_links.html
mechanize-2.12.2 test/htdocs/tc_links.html
mechanize-2.12.1 test/htdocs/tc_links.html
mechanize-2.12.0 test/htdocs/tc_links.html
mechanize-2.11.0 test/htdocs/tc_links.html
mechanize-2.10.1 test/htdocs/tc_links.html
mechanize-2.10.0 test/htdocs/tc_links.html
mechanize-2.9.2 test/htdocs/tc_links.html
mechanize-2.9.1 test/htdocs/tc_links.html
mechanize-2.9.0 test/htdocs/tc_links.html
mechanize-2.8.5 test/htdocs/tc_links.html
mechanize-2.8.4 test/htdocs/tc_links.html
mechanize-2.8.3 test/htdocs/tc_links.html
mechanize-2.8.2 test/htdocs/tc_links.html
mechanize-2.8.1 test/htdocs/tc_links.html
mechanize-2.8.0 test/htdocs/tc_links.html
mechanize-2.7.7 test/htdocs/tc_links.html