diff options
Diffstat (limited to 'tests/misc/html.html')
-rw-r--r-- | tests/misc/html.html | 1 |
1 files changed, 1 insertions, 0 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>stuff</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><</p> <p>And one with other stuff but no closing bracket:</p> |