From fa014ac7743836db611713ca630a4919e8d5fa3d Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Fri, 22 Aug 2008 23:38:39 -0400 Subject: Fixed Ticket 11. Disabled ``indenteTree`` for `pre` and `code` tags. Now whitespace is preserved in codeblocks. As a side-benefit, this also solved the issue with the safe-mode tests failing. All tests incorectly altered at ElementTree conversion have been corrected for this bug. Any remaining tests that fail are unrelated to this. --- tests/misc/blockquote.html | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'tests/misc/blockquote.html') diff --git a/tests/misc/blockquote.html b/tests/misc/blockquote.html index 429c6d0..7268578 100644 --- a/tests/misc/blockquote.html +++ b/tests/misc/blockquote.html @@ -12,14 +12,11 @@

baz

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

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

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