diff options
Diffstat (limited to 'tests/misc/comments.html')
-rw-r--r-- | tests/misc/comments.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/misc/comments.html b/tests/misc/comments.html new file mode 100644 index 0000000..62b830b --- /dev/null +++ b/tests/misc/comments.html @@ -0,0 +1,11 @@ + +<p>X<0 +</p> +<p>X>0 +</p> +<!-- A comment --> + +<div>as if</div> + + + |