From 1a42fa8602a99e0a8807f517ac44ecda77d86c22 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Thu, 16 Jun 2011 08:31:02 -0400 Subject: Added our own xhtml searializer. We no longer use a xml searializer to output xhtml. This fixes #9 among other bugs. The test suite even had bad tests that should have been failing. They also have been corrected. --- tests/misc/attributes2.html | 6 +++--- tests/misc/blank-block-quote.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/misc') diff --git a/tests/misc/attributes2.html b/tests/misc/attributes2.html index 5971cc8..b78fee0 100644 --- a/tests/misc/attributes2.html +++ b/tests/misc/attributes2.html @@ -1,6 +1,6 @@ -

+

Or in the middle of the text

-

\ No newline at end of file +

\ No newline at end of file diff --git a/tests/misc/blank-block-quote.html b/tests/misc/blank-block-quote.html index 23df17a..966078c 100644 --- a/tests/misc/blank-block-quote.html +++ b/tests/misc/blank-block-quote.html @@ -1,3 +1,3 @@

aaaaaaaaaaa

-
+

bbbbbbbbbbb

\ No newline at end of file -- cgit v1.2.3