From a316ac49a6934221b24ec58a6a7dc4c3b30ae1e8 Mon Sep 17 00:00:00 2001 From: Artem Yunusov Date: Mon, 14 Jul 2008 16:17:33 +0500 Subject: A lot of bug fixes. Handlig attributes added, new hr processing. Reformatted test suite for ElementTree output. --- tests/safe_mode/inline-html-advanced.html | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'tests/safe_mode/inline-html-advanced.html') diff --git a/tests/safe_mode/inline-html-advanced.html b/tests/safe_mode/inline-html-advanced.html index bc59ab1..e9dd2ec 100644 --- a/tests/safe_mode/inline-html-advanced.html +++ b/tests/safe_mode/inline-html-advanced.html @@ -1,14 +1,11 @@ -

Simple block on one line: -

-<div>foo</div> - -

And nested without indentation: -

-<div> +

Simple block on one line:

+

<div>foo</div>

+

And nested without indentation:

+

<div> <div> <div> foo </div> </div> <div>bar</div> -</div> \ No newline at end of file +</div>

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