mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-01-05 06:01:52 +00:00
Safety update for nested ul test.
Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
This commit is contained in:
parent
ee9c70ab7f
commit
e05b555448
@ -125,8 +125,8 @@ class HTMLPurifier_Strategy_MakeWellFormedTest extends HTMLPurifier_StrategyHarn
|
|||||||
|
|
||||||
function testNestedUl() {
|
function testNestedUl() {
|
||||||
$this->assertResult(
|
$this->assertResult(
|
||||||
'<ul><ul></ul></ul>',
|
'<ul><ul><li>foo</li></ul></ul>',
|
||||||
'<ul><li><ul></ul></li></ul>'
|
'<ul><li><ul><li>foo</li></ul></li></ul>'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user