From c89c1263798eaedffa09077819e769b019801556 Mon Sep 17 00:00:00 2001 From: Eric Abrahamsen Date: Wed, 28 Jan 2009 13:44:39 -0500 Subject: Added optional HTML 4 output. Available formats currently include XHTML 1 and HTML 4. Thanks to Eric Abrahamsen for doing the legwork and providing an initial working patch. And thanks to Fredrik Lundh for allowing us to include his html4 serializer from the ElementTree 1.3 preview. --- tests/html4/html4.html | 2 ++ tests/html4/html4.txt | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 tests/html4/html4.html create mode 100644 tests/html4/html4.txt (limited to 'tests/html4') diff --git a/tests/html4/html4.html b/tests/html4/html4.html new file mode 100644 index 0000000..7c88ad7 --- /dev/null +++ b/tests/html4/html4.html @@ -0,0 +1,2 @@ +

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 new file mode 100644 index 0000000..fddaf8e --- /dev/null +++ b/tests/html4/html4.txt @@ -0,0 +1,2 @@ +A test of the most +basic of html/xhtml differences. \ No newline at end of file -- cgit v1.2.3