mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-08-11 00:24:03 +02:00
[2.0.1] Implement haphazard error collection for AttrValidator.
- Error collector / Language can take arrays and listify them - AttrValidator takes token by reference - Formatted errors now have their severity <strong> - 100 test-cases! W00t! git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1250 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
@@ -52,6 +52,7 @@ $test_files[] = 'HTMLPurifier/AttrTransform/LangTest.php';
|
||||
$test_files[] = 'HTMLPurifier/AttrTransform/LengthTest.php';
|
||||
$test_files[] = 'HTMLPurifier/AttrTransform/NameTest.php';
|
||||
$test_files[] = 'HTMLPurifier/AttrTypesTest.php';
|
||||
$test_files[] = 'HTMLPurifier/AttrValidator_ErrorsTest.php';
|
||||
$test_files[] = 'HTMLPurifier/ChildDef/ChameleonTest.php';
|
||||
$test_files[] = 'HTMLPurifier/ChildDef/CustomTest.php';
|
||||
$test_files[] = 'HTMLPurifier/ChildDef/OptionalTest.php';
|
||||
|
Reference in New Issue
Block a user