aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/extensions-x-wikilink/wikilinks.html5
-rw-r--r--tests/extensions-x-wikilink/wikilinks.txt2
2 files changed, 7 insertions, 0 deletions
diff --git a/tests/extensions-x-wikilink/wikilinks.html b/tests/extensions-x-wikilink/wikilinks.html
new file mode 100644
index 0000000..53a8ab7
--- /dev/null
+++ b/tests/extensions-x-wikilink/wikilinks.html
@@ -0,0 +1,5 @@
+<p>Some text with a <a href="/WikiLink/" class="wikilink">WikiLink</a>.</p>
+<p>And a <a href="http://example.com/RealLink">RealLink</a>.</p>
+<p><a href="http://example.com/And_A_AutoLink">http://example.com/And A AutoLink</a></p>
+<p>And a <a href="/MarkdownLink/" title="A MarkdownLink">MarkdownLink</a> for completeness.</p>
+
diff --git a/tests/extensions-x-wikilink/wikilinks.txt b/tests/extensions-x-wikilink/wikilinks.txt
index bec0f43..d707526 100644
--- a/tests/extensions-x-wikilink/wikilinks.txt
+++ b/tests/extensions-x-wikilink/wikilinks.txt
@@ -2,5 +2,7 @@ Some text with a WikiLink.
And a <a href="http://example.com/RealLink">RealLink</a>.
+<http://example.com/And_A_AutoLink>
+
And a [MarkdownLink](/MarkdownLink/ "A MarkdownLink") for
completeness.