mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-01-05 14:11:52 +00:00
[1.2.0] Merge two comment strings.
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@520 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
parent
afee1ea9bf
commit
ad934540da
@ -152,9 +152,7 @@ class HTMLPurifier_AttrDef_URITest extends HTMLPurifier_AttrDefHarness
|
|||||||
$uri[17] = 'javascript:alert("moo");';
|
$uri[17] = 'javascript:alert("moo");';
|
||||||
$expect_uri[17] = false;
|
$expect_uri[17] = false;
|
||||||
|
|
||||||
// relative URIs
|
// relative URIs - basic case
|
||||||
|
|
||||||
// test basic case
|
|
||||||
$uri[18] = '/a/b';
|
$uri[18] = '/a/b';
|
||||||
$components[18] = array(null, null, null, '/a/b', null);
|
$components[18] = array(null, null, null, '/a/b', null);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user