0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-20 03:05:18 +00:00
htmlpurifier/tests/HTMLPurifier
2006-08-05 02:16:28 +00:00
..
AttrDef Implement lang and xml:lang. Fixed a bunch of bugs too. 2006-08-05 01:50:13 +00:00
AttrTransform Refactor AttrTransform_Lang slightly by changing input output from token to attribute. 2006-08-05 02:16:28 +00:00
Lexer Add CDATA support to the Lexers, as well as give PEARSax3 entity replacement. 2006-07-23 23:04:34 +00:00
Strategy Implement lang and xml:lang. Fixed a bunch of bugs too. 2006-08-05 01:50:13 +00:00
AttrDefHarness.php Refactor unit tests so that abstract test cases are now called Harnesses and AttrDef tests use their harness's assertDef() function, which enforces type much better. Also fixed a few bugs. 2006-08-05 00:30:31 +00:00
AttrDefTest.php Define AttrDef_Text and parseCDATA(). 2006-08-04 03:13:04 +00:00
AttrTransformHarness.php Refactor AttrTransform_Lang slightly by changing input output from token to attribute. 2006-08-05 02:16:28 +00:00
ChildDefTest.php Fix chameleon behavior with ins and del. 2006-08-03 01:03:23 +00:00
EntityLookupTest.php Implement EntityLookup and put in the Lexer. Some behavior was migrated, since it looks like it will have to be used in all Lexers, not just DirectLex (which is the only one that uses it). 2006-07-23 21:07:30 +00:00
GeneratorTest.php Quality control, improve a little documentation and fix UTF-8 unfriendliness in the Generator. 2006-08-01 00:29:38 +00:00
IDAccumulatorTest.php Add AttrDef_Id, as well as amend the accumulator by adding a load. 2006-07-30 16:35:05 +00:00
LexerTest.php Add an attribute entity parse test to Lexer and change PEARSax3 to a proof of concept. 2006-08-04 02:59:15 +00:00
StrategyHarness.php Refactor unit tests so that abstract test cases are now called Harnesses and AttrDef tests use their harness's assertDef() function, which enforces type much better. Also fixed a few bugs. 2006-08-05 00:30:31 +00:00
TagTransformTest.php Commit TagTransform_Font and associated test-cases. 2006-08-03 00:14:10 +00:00
TokenTest.php Fix case-sensitivity issues for attributes. Added TokenTest. Updated TODO. Removed TagTransform::normalizeAttributes 2006-08-02 02:43:52 +00:00