diff options
author | Waylan Limberg <waylan@gmail.com> | 2008-08-22 14:13:07 -0400 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2008-08-22 14:13:07 -0400 |
commit | c298c77fded08438219aa7b3bd074b43cc8d5c0a (patch) | |
tree | 729b8e2ffddb98cab86464ef699b4de95497af10 /tests/wikilinks.txt | |
parent | 81b56ed858fc0621907085d93ac4ac73674b16cb (diff) | |
download | markdown-c298c77fded08438219aa7b3bd074b43cc8d5c0a.tar.gz markdown-c298c77fded08438219aa7b3bd074b43cc8d5c0a.tar.bz2 markdown-c298c77fded08438219aa7b3bd074b43cc8d5c0a.zip |
Moved some hanging test files around.
Diffstat (limited to 'tests/wikilinks.txt')
-rw-r--r-- | tests/wikilinks.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/wikilinks.txt b/tests/wikilinks.txt deleted file mode 100644 index bec0f43..0000000 --- a/tests/wikilinks.txt +++ /dev/null @@ -1,6 +0,0 @@ -Some text with a WikiLink. - -And a <a href="http://example.com/RealLink">RealLink</a>. - -And a [MarkdownLink](/MarkdownLink/ "A MarkdownLink") for -completeness. |