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-comments.html | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) (limited to 'tests/safe_mode/inline-html-comments.html') diff --git a/tests/safe_mode/inline-html-comments.html b/tests/safe_mode/inline-html-comments.html index 8deccba..0f1e417 100644 --- a/tests/safe_mode/inline-html-comments.html +++ b/tests/safe_mode/inline-html-comments.html @@ -1,14 +1,8 @@ -

Paragraph one. -

-<!-- This is a simple comment --> - -<!-- +

Paragraph one.

+

<!-- This is a simple comment -->

+

<!-- This is another comment. ---> - -

Paragraph two. -

-<!-- one comment block -- -- with two comments --> - -

The end. -

\ No newline at end of file +-->

+

Paragraph two.

+

<!-- one comment block -- -- with two comments -->

+

The end.

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