Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When safe mode is 'escape', don't allow bad html to stop further processing. | Mike Dirolf | 2012-01-14 | 1 | -4/+7 |
| | | | | | | | | | | See tests/html4_safe/html_then_blockquote.(txt|html). It looks like having unclosed block-level html elements was causing further processing not to happen, even in the case where we're escaping HTML. Since we're escaping HTML, it seems like it shouldn't affect processing at all. This changes output results in a couple of other tests, but the new output seems reasonable to me. | ||||
* | Fixed Ticket 11. Disabled ``indenteTree`` for `pre` and `code` tags. Now | Waylan Limberg | 2008-08-22 | 1 | -16/+8 |
| | | | | | | | | | whitespace is preserved in codeblocks. As a side-benefit, this also solved the issue with the safe-mode tests failing. All tests incorectly altered at ElementTree conversion have been corrected for this bug. Any remaining tests that fail are unrelated to this. | ||||
* | A lot of bug fixes. Handlig attributes added, new hr processing. Reformatted ↵ | Artem Yunusov | 2008-07-14 | 1 | -54/+43 |
| | | | | test suite for ElementTree output. | ||||
* | Added safe_mode to testing framework and soem tests. | Waylan Limberg | 2008-03-19 | 1 | -0/+64 |