aboutsummaryrefslogtreecommitdiffstats
path: root/tests/safe_mode/inline-html-simple.html
Commit message (Collapse)AuthorAgeFilesLines
* Removed deprecated safe_mode.Waylan Limberg2018-01-111-46/+0
|
* Fixed #153. Two spaces at end of paragraph is not a linebreak.Waylan Limberg2012-10-211-6/+3
|
* Inline html is now escaped by the searializer.Waylan Limberg2012-01-191-3/+4
| | | | | | | | Final fix to issue introduced in fix for #59. Weird stuff inside angle brackets now also work in safe_mode='escape'. We just did the same thing as with block html, let the (x)html searializer do the escaping. Tests updated including the standalone test moved to match the non-escape cases.
* When safe mode is 'escape', don't allow bad html to stop further processing.Mike Dirolf2012-01-141-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. NowWaylan Limberg2008-08-221-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 Yunusov2008-07-141-54/+43
| | | | test suite for ElementTree output.
* Added safe_mode to testing framework and soem tests.Waylan Limberg2008-03-191-0/+64