1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-07-31 03:10:09 +02:00

[2.1.0] Fix another AutoParagraph edge-case.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1295 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2007-06-29 17:48:56 +00:00
parent fab6a212c8
commit 733868a76d
2 changed files with 13 additions and 1 deletions

View File

@@ -261,6 +261,11 @@ Par1
'<div><div>asdf</div><p><b>asdf</b></p></div>'
);
$this->assertResult(
'<b>One</b> <i>Two</i>',
'<p><b>One</b> <i>Two</i></p>'
);
}
function testInlineRootNode() {