Sha256: e697e7e3e46664d85ba2d623b0d41f194b4afa2c8c747b52e51d98a86b51f42b

Contents?: true

Size: 987 Bytes

Versions: 3

Compression:

Stored size: 987 Bytes

Contents

<!doctype html>
<html>
  <head></head>
  <body>
    <div id="bar" title="barDiv">

    </div>

    <div title="noId"></div>

    <div id="foo" title="fooDiv" data="id">
      <p id="fooDiv">Blah</p>
      <p>Bax</p>
      <p title="monkey">Bax</p>
      <ul><li>A list</li></ul>
    </div>

    <div id="woo" title="wooDiv" data="id">
      <ul><li>A list</li></ul>
      <p class="cat fish dog" title="gorilla">Bax</p>
      <p>Bax</p>
      <p id="wooDiv">Blah</p>
    </div>

    <div id="baz" title="bazDiv"></div>

    <div id="preference">
      <p id="is-fuzzy">allamas</p>
      <p class="fish" id="is-exact">llama</p>
    </div>

    <p id="whitespace">
      A     lot

      of
      whitespace
    </p>

    <div id="moar">
      <p class="catfish" id="impchay">chimp</p>
      <div id="elephantay">elephant</div>
      <p id="amingoflay">flamingo</p>
    </div>

    <span id="substring">Hello there</span>

    <span id="string-length">Hello there</span>
  </body>
</html>

Version data entries

3 entries across 2 versions & 2 rubygems

Version Path
tdiary-5.0.8 vendor/bundle/gems/xpath-3.0.0/spec/fixtures/simple.html
tdiary-5.0.8 vendor/bundle/ruby/2.5.0/gems/xpath-3.0.0/spec/fixtures/simple.html
xpath-3.0.0 spec/fixtures/simple.html