1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-08-13 09:34:01 +02:00

Manually work around PEARSax3 E_STRICT errors.

Previously, my development environment was not running the PEARSax3
tests because my environment was set to E_STRICT error handling, and
thus the tests were skipped.  Relax this requirement by making the
wrapper class E_STRICT safe.  This introduces a few failing tests.

Also update TODO and add another fresh test.

Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
This commit is contained in:
Edward Z. Yang
2010-02-26 20:42:42 -05:00
parent e2cd852bcf
commit faf28682ad
3 changed files with 27 additions and 6 deletions

1
TODO
View File

@@ -27,6 +27,7 @@ Things to do as soon as possible:
- Make flashvars work
- Inputs don't do the right thing with submit
- Fix "<.<" bug (trailing < is removed if not EOD)
- http://htmlpurifier.org/phorum/read.php?5,2267,4308#msg-4308
FUTURE VERSIONS
---------------