mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-13 00:38:42 +00:00
617f70a8ac
This is a very large commit that includes numerous improvements to the AutoParagraph injector. These are: * Rewritten flow control of the injector to use almost exclusively binary conditionals. * Improved inline documentation with "State" comments, which give concise examples of what the token stack looks like at flow points. * Documentation for all flow branches, even those with no actions. * Factoring out of common operations to improve readability, especially the new iterator private methods. * Expanded test-suite which covers new flow points, and corrects some errors in previous cases. Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com> |
||
---|---|---|
.. | ||
CompositeTest.php | ||
CoreTest.php | ||
ErrorsHarness.php | ||
FixNesting_ErrorsTest.php | ||
FixNestingTest.php | ||
MakeWellFormed_ErrorsTest.php | ||
MakeWellFormed_InjectorTest.php | ||
MakeWellFormedTest.php | ||
RemoveForeignElements_ErrorsTest.php | ||
RemoveForeignElements_TidyTest.php | ||
RemoveForeignElementsTest.php | ||
ValidateAttributes_IDTest.php | ||
ValidateAttributes_TidyTest.php | ||
ValidateAttributesTest.php |