From 57539d69e8ee1e86bd14c9e51273e576b2e38438 Mon Sep 17 00:00:00 2001 From: Artem Yunusov Date: Tue, 15 Jul 2008 18:18:09 +0500 Subject: Output bug fixed(stripping text data at the end of processing in _processPlaceholders). Ticket #5 fixed. --- tests/misc/blockquote.html | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'tests/misc/blockquote.html') diff --git a/tests/misc/blockquote.html b/tests/misc/blockquote.html index 08289b4..429c6d0 100644 --- a/tests/misc/blockquote.html +++ b/tests/misc/blockquote.html @@ -1,24 +1,25 @@
-

blockquote with no whitespace before >.

+

blockquote with no whitespace before >.

foo

-

blockquote with one space before the >.

+

blockquote with one space before the >.

bar

-

blockquote with 2 spaces.

+

blockquote with 2 spaces.

baz

-

> this has three spaces so its a paragraph.

+

> this has three spaces so its a paragraph.

blah

-> this one had four so it's a code block.
+  > 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.

+
+

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.

-

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

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