1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-08-28 16:19:59 +02:00

[1.2.0] Added percent encoding normalization

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@509 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2006-11-07 17:15:28 +00:00
parent e998b034d1
commit 504203c0f3
6 changed files with 99 additions and 5 deletions

View File

@@ -90,6 +90,7 @@ $test_files[] = 'EncoderTest.php';
$test_files[] = 'EntityParserTest.php';
$test_files[] = 'Test.php';
$test_files[] = 'ContextTest.php';
$test_files[] = 'PercentEncoderTest.php';
if (version_compare(PHP_VERSION, '5', '>=')) {
$test_files[] = 'TokenFactoryTest.php';