aboutsummaryrefslogtreecommitdiff
path: root/oldtests/Original/Inline_HTML_comments.html
blob: ebc48184881d14f589ec876ebd842187635337c2 (plain)
  1. <p>Paragraph one.</p>
  2. <!-- This is a simple comment -->
  3. <!--
  4. This is another comment.
  5. -->
  6. <p>Paragraph two.</p>
  7. <!-- one comment block -- -- with two comments -->
  8. <p>The end.</p>