diff options
Diffstat (limited to 'tests/php/Inline HTML comments.xhtml')
-rw-r--r-- | tests/php/Inline HTML comments.xhtml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/php/Inline HTML comments.xhtml b/tests/php/Inline HTML comments.xhtml new file mode 100644 index 0000000..b45f014 --- /dev/null +++ b/tests/php/Inline HTML comments.xhtml @@ -0,0 +1,9 @@ +<p>Paragraph one.</p> + +<!-- double--dash (invalid SGML comment) --> + +<p>Paragraph two.</p> + +<!-- enclosed tag </div> --> + +<p>The end.</p> |