summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lwirzenius@wikimedia.org>2019-08-18 14:00:26 +0200
committerLars Wirzenius <lwirzenius@wikimedia.org>2019-08-18 14:00:26 +0200
commit8f46cba1690bb5a2c07ca6e14e717276df7ac388 (patch)
tree9c3dc729666632943e102f02ee194f5d1f8ecfce
parente4c842280fdc812223211b03177be8cbf154e6c0 (diff)
downloadwikitexttest-8f46cba1690bb5a2c07ca6e14e717276df7ac388.tar.gz
Add: link test
-rw-r--r--tests/link.html1
-rw-r--r--tests/link.wiki1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/link.html b/tests/link.html
new file mode 100644
index 0000000..d942f2c
--- /dev/null
+++ b/tests/link.html
@@ -0,0 +1 @@
+<p><a href="http://www.example.com" title="wikilink">link</a></p>
diff --git a/tests/link.wiki b/tests/link.wiki
new file mode 100644
index 0000000..0afbece
--- /dev/null
+++ b/tests/link.wiki
@@ -0,0 +1 @@
+[[http://www.example.com|link]]