From 64f5510aeb05d8912bb9f60ad247c815c2b90990 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Thu, 13 Nov 2008 15:53:42 -0500 Subject: Fixed BlockquoteProcessor to acknowledge blocks in which the blockquote starts after the first line. Also updated coresponding test as it had an error and added more detail. All core tests pass now. On to extensions. --- tests/misc/blockquote-below-paragraph.html | 8 ++++++++ tests/misc/blockquote-below-paragraph.txt | 12 ++++++++++-- 2 files changed, 18 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/misc/blockquote-below-paragraph.html b/tests/misc/blockquote-below-paragraph.html index c6f622e..20ffb66 100644 --- a/tests/misc/blockquote-below-paragraph.html +++ b/tests/misc/blockquote-below-paragraph.html @@ -2,4 +2,12 @@

Block quote Yep

+
+

Paragraph +>no space +>Nope

+

Paragraph one

+
+

blockquote +More blockquote.

\ No newline at end of file diff --git a/tests/misc/blockquote-below-paragraph.txt b/tests/misc/blockquote-below-paragraph.txt index 0dd4d5c..529e5a9 100644 --- a/tests/misc/blockquote-below-paragraph.txt +++ b/tests/misc/blockquote-below-paragraph.txt @@ -1,3 +1,11 @@ Paragraph ->Block quote ->Yep +> Block quote +> Yep + +Paragraph +>no space +>Nope + +Paragraph one +> blockquote +More blockquote. -- cgit v1.2.3