aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extensions-x-wikilinks
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2009-05-30 22:31:55 -0400
committerWaylan Limberg <waylan@gmail.com>2009-06-05 22:25:51 -0400
commit8b430d251b2518fa3303d7027f50268e0254b7a1 (patch)
treec9265f6ce7024d400b6c8bb58c26bda6a97f86d5 /tests/extensions-x-wikilinks
parentcc452998dc1af441cf3f9c5d0c7287cb5de48c4a (diff)
downloadmarkdown-8b430d251b2518fa3303d7027f50268e0254b7a1.tar.gz
markdown-8b430d251b2518fa3303d7027f50268e0254b7a1.tar.bz2
markdown-8b430d251b2518fa3303d7027f50268e0254b7a1.zip
Moves tests to a subdir of the markdown lib.
Diffstat (limited to 'tests/extensions-x-wikilinks')
-rw-r--r--tests/extensions-x-wikilinks/test.cfg2
-rw-r--r--tests/extensions-x-wikilinks/wikilinks.html9
-rw-r--r--tests/extensions-x-wikilinks/wikilinks.txt14
3 files changed, 0 insertions, 25 deletions
diff --git a/tests/extensions-x-wikilinks/test.cfg b/tests/extensions-x-wikilinks/test.cfg
deleted file mode 100644
index 959f38a..0000000
--- a/tests/extensions-x-wikilinks/test.cfg
+++ /dev/null
@@ -1,2 +0,0 @@
-[DEFAULT]
-extensions=wikilinks
diff --git a/tests/extensions-x-wikilinks/wikilinks.html b/tests/extensions-x-wikilinks/wikilinks.html
deleted file mode 100644
index a76a693..0000000
--- a/tests/extensions-x-wikilinks/wikilinks.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<p>Some text with a <a class="wikilink" href="/WikiLink/">WikiLink</a>.</p>
-<p>A link with <a class="wikilink" href="/white_space_and_underscores/">white space and_underscores</a> and a empty one.</p>
-<p>Another with <a class="wikilink" href="/double_spaces/">double spaces</a> and <a class="wikilink" href="/double__underscores/">double__underscores</a> and
-one that <a class="wikilink" href="/has_emphasis_inside/">has <em>emphasis</em> inside</a> and one <a class="wikilink" href="/with_multiple_underscores/">with_multiple_underscores</a>
-and one that is <em><a class="wikilink" href="/emphasised/">emphasised</a></em>.</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> \ No newline at end of file
diff --git a/tests/extensions-x-wikilinks/wikilinks.txt b/tests/extensions-x-wikilinks/wikilinks.txt
deleted file mode 100644
index 8e6911b..0000000
--- a/tests/extensions-x-wikilinks/wikilinks.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-Some text with a [[WikiLink]].
-
-A link with [[ white space and_underscores ]] and a empty [[ ]] one.
-
-Another with [[double spaces]] and [[double__underscores]] and
-one that [[has _emphasis_ inside]] and one [[with_multiple_underscores]]
-and one that is _[[emphasised]]_.
-
-And a <a href="http://example.com/RealLink">RealLink</a>.
-
-<http://example.com/And_A_AutoLink>
-
-And a [MarkdownLink](/MarkdownLink/ "A MarkdownLink") for
-completeness.