aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/misc/html.html1
-rw-r--r--tests/misc/html.txt2
-rw-r--r--tests/misc/more_comments.html3
3 files changed, 4 insertions, 2 deletions
diff --git a/tests/misc/html.html b/tests/misc/html.html
index dd4e4e8..c72bb81 100644
--- a/tests/misc/html.html
+++ b/tests/misc/html.html
@@ -12,6 +12,7 @@ Html with various attributes.
<p>And of course <script>blah</script>.</p>
<p><a href="script&gt;stuff&lt;/script">this <script>link</a></p>
<p>Some funky <x\]> inline stuff with markdown escaping syntax.</p>
+<p><img scr="foo.png" title="Only one inline element on a line." /></p>
<p>And now a line with only an opening bracket:</p>
<p>&lt;</p>
<p>And one with other stuff but no closing bracket:</p>
diff --git a/tests/misc/html.txt b/tests/misc/html.txt
index b51d30b..dfee68d 100644
--- a/tests/misc/html.txt
+++ b/tests/misc/html.txt
@@ -17,6 +17,8 @@ And of course <script>blah</script>.
Some funky <x\]> inline stuff with markdown escaping syntax.
+<img scr="foo.png" title="Only one inline element on a line." />
+
And now a line with only an opening bracket:
<
diff --git a/tests/misc/more_comments.html b/tests/misc/more_comments.html
index 97074d5..99f5781 100644
--- a/tests/misc/more_comments.html
+++ b/tests/misc/more_comments.html
@@ -2,6 +2,5 @@
<!asd@asdfd.com>
-<asd!@asdfd.com>
-
+<p><asd!@asdfd.com></p>
<p>Test</p> \ No newline at end of file