0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-20 03:05:18 +00:00
htmlpurifier/tests/HTMLPurifier/AttrDef
2006-08-12 01:12:35 +00:00
..
ClassTest.php Add case sensitivity test. 2006-08-05 19:52:30 +00:00
EnumTest.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
IDTest.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
LangTest.php Implement lang and xml:lang. Fixed a bunch of bugs too. 2006-08-05 01:50:13 +00:00
LengthTest.php Bugfix: Fix include typo. 2006-08-06 01:38:47 +00:00
MultiLengthTest.php Implement MultiLength. 2006-08-06 01:41:18 +00:00
NumberSpanTest.php Add NumberSpan definition (non-DTD, but applies to enough to be useful). All widely used non-deprecated attributes have been implemented (except for rel/rev, but that's tricky). Add note about quirky COL handling and possible implementation of a workaround. 2006-08-06 03:58:48 +00:00
PixelsTest.php AttrDef_Length implemented. Reuses a bit of stuff from Pixel. 2006-08-06 01:30:54 +00:00
TextTest.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
URITest.php Commit initial URI unit tests and implementation. They're not complete yet though. 2006-08-12 01:12:35 +00:00