aboutsummaryrefslogtreecommitdiff
path: root/tests/basic/links-inline.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basic/links-inline.html')
-rw-r--r--tests/basic/links-inline.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/basic/links-inline.html b/tests/basic/links-inline.html
new file mode 100644
index 0000000..707937a
--- /dev/null
+++ b/tests/basic/links-inline.html
@@ -0,0 +1,5 @@
+<p>Just a <a href="/url/">URL</a>.</p>
+<p><a href="/url/" title="title">URL and title</a>.</p>
+<p><a href="/url/" title="title preceded by two spaces">URL and title</a>.</p>
+<p><a href="/url/" title="title preceded by a tab">URL and title</a>.</p>
+<p><a href="">Empty</a>.</p> \ No newline at end of file