diff options
Diffstat (limited to 'tests/misc')
-rw-r--r-- | tests/misc/mismatched-tags.html | 9 | ||||
-rw-r--r-- | tests/misc/mismatched-tags.txt | 3 |
2 files changed, 12 insertions, 0 deletions
diff --git a/tests/misc/mismatched-tags.html b/tests/misc/mismatched-tags.html new file mode 100644 index 0000000..0004a19 --- /dev/null +++ b/tests/misc/mismatched-tags.html @@ -0,0 +1,9 @@ + +<p>Some text</p><div>some more text</div> + +and a bit more + + + + + diff --git a/tests/misc/mismatched-tags.txt b/tests/misc/mismatched-tags.txt new file mode 100644 index 0000000..66b27f1 --- /dev/null +++ b/tests/misc/mismatched-tags.txt @@ -0,0 +1,3 @@ +<p>Some text</p><div>some more text</div> + +and a bit more |