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