Sha256: b9550ecfd41bfe27c81ea574d5872a18c1282b859f8c69e87a4da4f5a7f339e6

Contents?: true

Size: 753 Bytes

Versions: 1

Compression:

Stored size: 753 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="thing.html" class="linkclass" id="linkid">attribute test</a>
    <a href="javascript:new_page('1')">javascript link</a>
  </body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kitamomonga-mechanize-0.9.3.20090724215219 test/htdocs/tc_links.html