From 1918cd26a16bf6051b3fcc791e1f260bad846c72 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Wed, 20 Aug 2014 14:32:09 -0400 Subject: Refactored test framework to use YAML config files rather than INI. Fixes #333. --- tests/html4/html4.html | 2 -- tests/html4/html4.txt | 2 -- tests/html4/test.cfg | 2 -- 3 files changed, 6 deletions(-) delete mode 100644 tests/html4/html4.html delete mode 100644 tests/html4/html4.txt delete mode 100644 tests/html4/test.cfg (limited to 'tests/html4') 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 @@ -

A test of the most
-basic of html/xhtml differences.

\ 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 -- cgit v1.2.3