From 8b430d251b2518fa3303d7027f50268e0254b7a1 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Sat, 30 May 2009 22:31:55 -0400 Subject: Moves tests to a subdir of the markdown lib. --- tests/extensions-x-wikilinks/test.cfg | 2 -- tests/extensions-x-wikilinks/wikilinks.html | 9 --------- tests/extensions-x-wikilinks/wikilinks.txt | 14 -------------- 3 files changed, 25 deletions(-) delete mode 100644 tests/extensions-x-wikilinks/test.cfg delete mode 100644 tests/extensions-x-wikilinks/wikilinks.html delete mode 100644 tests/extensions-x-wikilinks/wikilinks.txt (limited to 'tests/extensions-x-wikilinks') 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 @@ -

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 RealLink.

-

http://example.com/And_A_AutoLink

-

And a MarkdownLink for -completeness.

\ 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 RealLink. - - - -And a [MarkdownLink](/MarkdownLink/ "A MarkdownLink") for -completeness. -- cgit v1.2.3