Sha256: 14c162cf7d647b9b03e1244806988622ed5e51749ff8e75fd084f1c24308d984

Contents?: true

Size: 619 Bytes

Versions: 8

Compression:

Stored size: 619 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 -->
    <a href="unusual&&%3F%3F%23%23.html">unusual characters</a>
  </body>
</html>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
mechanize-0.6.10 test/htdocs/tc_links.html
mechanize-0.6.11 test/htdocs/tc_links.html
mechanize-0.7.3 test/htdocs/tc_links.html
mechanize-0.7.1 test/htdocs/tc_links.html
mechanize-0.7.4 test/htdocs/tc_links.html
mechanize-0.7.2 test/htdocs/tc_links.html
mechanize-0.7.5 test/htdocs/tc_links.html
mechanize-0.7.0 test/htdocs/tc_links.html