aboutsummaryrefslogtreecommitdiffstats
path: root/tests/basic/links-reference.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basic/links-reference.html')
-rw-r--r--tests/basic/links-reference.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/basic/links-reference.html b/tests/basic/links-reference.html
index 9780bf3..992525c 100644
--- a/tests/basic/links-reference.html
+++ b/tests/basic/links-reference.html
@@ -9,4 +9,10 @@
<pre><code>[four]: /url
</code></pre>
<p>With <a href="http://example.com/" title="Angle Brackets">angle brackets</a>.</p>
-<p>And <a href="http://example.com/" title="Without angle brackets.">without</a>.</p> \ No newline at end of file
+<p>And <a href="http://example.com/" title="Without angle brackets.">without</a>.</p>
+<p>With <a href="http://example.com" title="Yes this works">line
+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