0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-11-13 00:38:42 +00:00
htmlpurifier/tests/HTMLPurifier/Strategy
Edward Z. Yang 8f515b9cda [1.2.0]
- Partially finished migrating to new Context object (done in r485).
- Created HTMLPurifier_Harness to assist with testing, ChildDefTest migrated to that framework.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@484 48356398-32a2-884e-a903-53898d9a118a
2006-10-01 20:47:07 +00:00
..
CompositeTest.php [1.2.0] 2006-10-01 20:47:07 +00:00
CoreTest.php Change unacceptable value default behavior to drop silently. 2006-08-15 23:58:18 +00:00
FixNestingTest.php Change unacceptable value default behavior to drop silently. 2006-08-15 23:58:18 +00:00
MakeWellFormedTest.php Change unacceptable value default behavior to drop silently. 2006-08-15 23:58:18 +00:00
RemoveForeignElementsTest.php Change unacceptable value default behavior to drop silently. 2006-08-15 23:58:18 +00:00
ValidateAttributesTest.php Fix bug: number spans should not allow zero as a value. This required augmenting HTMLPurifier/AttrDef/Integer.php to have a richer negative/zero/positive specification interface that can be extrapolated to Number and friends. 2006-08-25 02:48:49 +00:00