1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-08-20 04:41:32 +02:00

Commit Multiple AttrDef, forms scaffolding for a few more CSS properties.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@272 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2006-08-16 00:34:37 +00:00
parent 1388beb456
commit 2d28380763
3 changed files with 67 additions and 0 deletions

View File

@@ -70,6 +70,7 @@ $test_files[] = 'AttrDef/IntegerTest.php';
$test_files[] = 'AttrDef/NumberTest.php';
$test_files[] = 'AttrDef/CSSLengthTest.php';
$test_files[] = 'AttrDef/PercentageTest.php';
$test_files[] = 'AttrDef/MultipleTest.php';
$test_files[] = 'IDAccumulatorTest.php';
$test_files[] = 'TagTransformTest.php';
$test_files[] = 'AttrTransform/LangTest.php';