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/misc/blockquote.html | 44 +++++++++++++++++++++++--------------------- 1 file changed, 23 insertions(+), 21 deletions(-) (limited to 'tests/misc/blockquote.html') diff --git a/tests/misc/blockquote.html b/tests/misc/blockquote.html index ec16d1f..08289b4 100644 --- a/tests/misc/blockquote.html +++ b/tests/misc/blockquote.html @@ -1,22 +1,24 @@ -

blockquote with no whitespace before >. -

-

foo -

-

blockquote with one space before the >. -

-

bar -

-

blockquote with 2 spaces. -

-

baz -

-

> this has three spaces so its a paragraph. -

-

blah -

-
> this one had four so it's a code block.
-

this nested blockquote has 0 on level one and 3 (one after the first > + 2 more) on level 2. -

-

> and this has 4 on level 2 - another code block. -

+
+

blockquote with no whitespace before >.

+
+

foo

+
+

blockquote with one space before the >.

+
+

bar

+
+

blockquote with 2 spaces.

+
+

baz

+

> this has three spaces so its a paragraph.

+

blah

+
+> this one had four so it's a code block.
+
+
+
+
+

this nested blockquote has 0 on level one and 3 (one after the first >+ 2 more) on level 2.

+
+

> and this has 4 on level 2 - another code block.

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