diff options
Diffstat (limited to 'tests/basic/links-reference.html')
-rw-r--r-- | tests/basic/links-reference.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/basic/links-reference.html b/tests/basic/links-reference.html index 992525c..ae40975 100644 --- a/tests/basic/links-reference.html +++ b/tests/basic/links-reference.html @@ -15,4 +15,7 @@ breaks</a></p> <p>and <a href="http://example.com" title="Yes this works">line breaks</a> with one space.</p> <p>and [line<br /> -breaks[] with two spaces.</p>
\ No newline at end of file +breaks[] with two spaces.</p> +<p><a href="http://example.com" title="No more hanging empty bracket!">short ref</a></p> +<p><a href="http://example.com" title="No more hanging empty bracket!">short +ref</a></p>
\ No newline at end of file |