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