You are here

test.html in Feeds extensible parsers 7

Same filename and directory in other branches
  1. 8 tests/resources/test.html
  2. 7.2 tests/resources/test.html

I am a title<thing>Stuff</thing>

I am a description0

I am a title1

I am a description1

I am a title2

I am a description2

File

tests/resources/test.html
View source
<html>
  <body>
    <div class="post">
      <h3 attr="attribute0">I am a title&lt;thing&gt;Stuff&lt;/thing&gt;</h3>
      <p>I am a description0</p>
    </div>
    <div class="post">
      <h3 attr="attribute1">I am a title1</h3>
      <p>I am a description1</p>
    </div>
    <div class="post">
      <h3 attr="attribute2">I am a title2</h3>
      <p>I am a description2</p>
    </div>
  </body>
</html>