diff options
author | Waylan Limberg <waylan.limberg@icloud.com> | 2014-08-20 14:32:09 -0400 |
---|---|---|
committer | Waylan Limberg <waylan.limberg@icloud.com> | 2014-08-20 14:32:09 -0400 |
commit | 1918cd26a16bf6051b3fcc791e1f260bad846c72 (patch) | |
tree | f213b5a2b87f9424a1a6391a768c3accb66ff810 /tests/html4 | |
parent | e7b6a33f0e3dd37d276a0c18dcbdc62e2c80ed98 (diff) | |
download | markdown-1918cd26a16bf6051b3fcc791e1f260bad846c72.tar.gz markdown-1918cd26a16bf6051b3fcc791e1f260bad846c72.tar.bz2 markdown-1918cd26a16bf6051b3fcc791e1f260bad846c72.zip |
Refactored test framework to use YAML config files rather than INI. Fixes #333.
Diffstat (limited to 'tests/html4')
-rw-r--r-- | tests/html4/html4.html | 2 | ||||
-rw-r--r-- | tests/html4/html4.txt | 2 | ||||
-rw-r--r-- | tests/html4/test.cfg | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/tests/html4/html4.html b/tests/html4/html4.html deleted file mode 100644 index 7c88ad7..0000000 --- a/tests/html4/html4.html +++ /dev/null @@ -1,2 +0,0 @@ -<p>A test of the most<br> -basic of html/xhtml differences.</p>
\ No newline at end of file diff --git a/tests/html4/html4.txt b/tests/html4/html4.txt deleted file mode 100644 index fddaf8e..0000000 --- a/tests/html4/html4.txt +++ /dev/null @@ -1,2 +0,0 @@ -A test of the most -basic of html/xhtml differences.
\ No newline at end of file diff --git a/tests/html4/test.cfg b/tests/html4/test.cfg deleted file mode 100644 index a3fc498..0000000 --- a/tests/html4/test.cfg +++ /dev/null @@ -1,2 +0,0 @@ -[DEFAULT] -output_format=html4 |