From 8d367ca71c610c49d3b3d5c81f49cb38f9e97fb9 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Wed, 12 Nov 2008 23:00:31 -0500 Subject: Fixed various issues with the core parser - mostly whitespace related and updated a few tests that weren't quite right - that is they now better match pl or php implementations. --- tests/misc/blockquote.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tests/misc/blockquote.html') diff --git a/tests/misc/blockquote.html b/tests/misc/blockquote.html index b52e92d..4481d51 100644 --- a/tests/misc/blockquote.html +++ b/tests/misc/blockquote.html @@ -10,13 +10,15 @@

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 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