diff options
author | Waylan Limberg <waylan@gmail.com> | 2012-01-18 21:41:23 -0500 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2012-01-18 21:41:23 -0500 |
commit | 01f4b8cdcf37e3e17e50dfbb51b49472f4b5dc95 (patch) | |
tree | 6fbcc9d7f729e98a51e4764c22f8d85af0b60165 | |
parent | c33dbafc2663e2d495c53ab0bf26f5f6c4087863 (diff) | |
download | markdown-01f4b8cdcf37e3e17e50dfbb51b49472f4b5dc95.tar.gz markdown-01f4b8cdcf37e3e17e50dfbb51b49472f4b5dc95.tar.bz2 markdown-01f4b8cdcf37e3e17e50dfbb51b49472f4b5dc95.zip |
Cleaned up tests after merging pull request fixing #72.
-rw-r--r-- | tests/html4_safe/test.cfg | 3 | ||||
-rw-r--r-- | tests/safe_mode/html_then_blockquote.html (renamed from tests/html4_safe/html_then_blockquote.html) | 0 | ||||
-rw-r--r-- | tests/safe_mode/html_then_blockquote.txt (renamed from tests/html4_safe/html_then_blockquote.txt) | 0 | ||||
-rw-r--r-- | tests/safe_mode/link.html (renamed from tests/html4_safe/link.html) | 0 | ||||
-rw-r--r-- | tests/safe_mode/link.txt (renamed from tests/html4_safe/link.txt) | 0 |
5 files changed, 0 insertions, 3 deletions
diff --git a/tests/html4_safe/test.cfg b/tests/html4_safe/test.cfg deleted file mode 100644 index 66f7bf0..0000000 --- a/tests/html4_safe/test.cfg +++ /dev/null @@ -1,3 +0,0 @@ -[DEFAULT] -output_format=html4 -safe_mode=escape diff --git a/tests/html4_safe/html_then_blockquote.html b/tests/safe_mode/html_then_blockquote.html index 5833cd4..5833cd4 100644 --- a/tests/html4_safe/html_then_blockquote.html +++ b/tests/safe_mode/html_then_blockquote.html diff --git a/tests/html4_safe/html_then_blockquote.txt b/tests/safe_mode/html_then_blockquote.txt index 544df67..544df67 100644 --- a/tests/html4_safe/html_then_blockquote.txt +++ b/tests/safe_mode/html_then_blockquote.txt diff --git a/tests/html4_safe/link.html b/tests/safe_mode/link.html index 642f4be..642f4be 100644 --- a/tests/html4_safe/link.html +++ b/tests/safe_mode/link.html diff --git a/tests/html4_safe/link.txt b/tests/safe_mode/link.txt index 28331a7..28331a7 100644 --- a/tests/html4_safe/link.txt +++ b/tests/safe_mode/link.txt |