Refactor IDAccumulator so that unit tests now work, and initialization is inside...
commitf2df669eec2d507153fc95bef8816f5504d19464
authorEdward Z. Yang <edwardzyang@thewritingpot.com>
Wed, 26 Sep 2007 23:36:37 +0000 (26 23:36 +0000)
committerEdward Z. Yang <edwardzyang@thewritingpot.com>
Wed, 26 Sep 2007 23:36:37 +0000 (26 23:36 +0000)
treeacb2f31c5a520d8e1ecd33a38cd7754d0604b297
parentca43df9fdd67c149c8cec4cee7a306b914fba394
Refactor IDAccumulator so that unit tests now work, and initialization is inside the class.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1421 48356398-32a2-884e-a903-53898d9a118a
library/HTMLPurifier.php
library/HTMLPurifier/AttrValidator.php
library/HTMLPurifier/IDAccumulator.php
library/HTMLPurifier/Strategy/ValidateAttributes.php
tests/HTMLPurifier/IDAccumulatorTest.php
tests/HTMLPurifierTest.php