Sha256: 03c672990d3241e21f01d1135762b24eda81acf9df5ec371789e4902afb4fc4b

Contents?: true

Size: 679 Bytes

Versions: 21

Compression:

Stored size: 679 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>

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

Version data entries

21 entries across 21 versions & 6 rubygems

Version Path
eric-mechanize-0.9.3.20090623142847 test/htdocs/tc_links.html
knu-mechanize-0.9.3.20090623142847 test/htdocs/tc_links.html
tenderlove-mechanize-0.9.3.20090617085936 test/htdocs/tc_links.html
tenderlove-mechanize-0.9.3.20090623142847 test/htdocs/tc_links.html
tenderlove-mechanize-0.9.3.20090911221705 test/htdocs/tc_links.html
domo-0.0.4 vendor/bundle/ruby/1.9.1/gems/mechanize-1.0.0/test/htdocs/tc_links.html
mechanize-1.0.0 test/htdocs/tc_links.html
mechanize-ntlm-0.9.1 test/htdocs/tc_links.html
mechanize-0.8.0 test/htdocs/tc_links.html
mechanize-0.7.8 test/htdocs/tc_links.html
mechanize-0.7.6 test/htdocs/tc_links.html
mechanize-0.7.7 test/htdocs/tc_links.html
mechanize-0.8.1 test/htdocs/tc_links.html
mechanize-0.8.2 test/htdocs/tc_links.html
mechanize-0.8.3 test/htdocs/tc_links.html
mechanize-0.8.4 test/htdocs/tc_links.html
mechanize-0.9.3 test/htdocs/tc_links.html
mechanize-0.9.1 test/htdocs/tc_links.html
mechanize-0.9.2 test/htdocs/tc_links.html
mechanize-0.8.5 test/htdocs/tc_links.html