Sha256: 82b586c90c8d2d2d9e3b0df394680b8ba799ecd9c45e5d743ed715b7565c724f

Contents?: true

Size: 555 Bytes

Versions: 9

Compression:

Stored size: 555 Bytes

Contents

<html>
  <body>
    <a href="thing.html"><b>Bold Dude</b></a>
    <a href="thing.html">Dude</a>
    <a href="thing.html">Aaron <b>James</b> Patterson</a>
    <a href="thing.html"><b>Aaron</b> Patterson</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 -->
  </body>
</html>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
mechanize-0.6.1 test/htdocs/tc_links.html
mechanize-0.6.3 test/htdocs/tc_links.html
mechanize-0.6.2 test/htdocs/tc_links.html
mechanize-0.6.4 test/htdocs/tc_links.html
mechanize-0.6.5 test/htdocs/tc_links.html
mechanize-0.6.6 test/htdocs/tc_links.html
mechanize-0.6.7 test/htdocs/tc_links.html
mechanize-0.6.9 test/htdocs/tc_links.html
mechanize-0.6.8 test/htdocs/tc_links.html