diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/basic/links-reference.html | 3 | ||||
-rw-r--r-- | tests/basic/links-reference.txt | 5 |
2 files changed, 7 insertions, 1 deletions
diff --git a/tests/basic/links-reference.html b/tests/basic/links-reference.html index ae40975..63f242d 100644 --- a/tests/basic/links-reference.html +++ b/tests/basic/links-reference.html @@ -18,4 +18,5 @@ breaks</a> with one space.</p> 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 +ref</a></p> +<p><a href="http://example.com" title="Title on next line.">a ref</a></p>
\ No newline at end of file diff --git a/tests/basic/links-reference.txt b/tests/basic/links-reference.txt index 48a57fb..3d636e5 100644 --- a/tests/basic/links-reference.txt +++ b/tests/basic/links-reference.txt @@ -54,3 +54,8 @@ breaks[] with two spaces. ref] [short ref]: http://example.com "No more hanging empty bracket!" + +[a ref] + +[a ref]: http://example.com + "Title on next line." |