0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-20 03:05:18 +00:00
htmlpurifier/tests/HTMLPurifier
Edward Z. Yang 9c6ae16764 Massively refactored Definition, moved MakeWellFormed HTML specific code out.
Add table functionality for nesting, don't know how I missed that. It's still broken though.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@135 48356398-32a2-884e-a903-53898d9a118a
2006-07-31 00:15:01 +00:00
..
AttrDef Add AttrDef_Id, as well as amend the accumulator by adding a load. 2006-07-30 16:35:05 +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 Massively refactored Definition, moved MakeWellFormed HTML specific code out. 2006-07-31 00:15:01 +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 Added ValidateAttributes strategy and associated unit tests. Amended Generator with some sanity checks. Made Definition include all necessary definitions. Note the two elements (bdo and br) that only use coreattrs. 2006-07-30 18:37:42 +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 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