0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-11-09 23:28:42 +00:00
htmlpurifier/tests/HTMLPurifier
2006-07-30 16:01:24 +00:00
..
AttrDef Factor out definitions to a ['child'] so that we could assign the ['attr'] definitions separately. 2006-07-30 00:54:38 +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 - Added Composite and Core strategies. 2006-07-29 17:38:28 +00:00
ChildDefTest.php svn:eol-style = native 2006-07-23 00:11:03 +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 svn:eol-style = native 2006-07-23 00:11:03 +00:00
IDAccumulatorTest.php Remove Singleton functionality, the accumulator will just have to be passed around. 2006-07-30 16:01:24 +00:00
LexerTest.php Add CDATA support to the Lexers, as well as give PEARSax3 entity replacement. 2006-07-23 23:04:34 +00:00
StrategyAbstractTest.php - Added Composite and Core strategies. 2006-07-29 17:38:28 +00:00