aboutsummaryrefslogtreecommitdiffstats
path: root/tests/safe_mode/script_tags.html
Commit message (Collapse)AuthorAgeFilesLines
* Inline html is now escaped by the searializer.Waylan Limberg2012-01-191-1/+1
| | | | | | | | 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-17/+9
| | | | | | | | | | 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.
* Replaced indentation with linebreaks only. At least its more consistant - ↵Waylan Limberg2008-09-031-3/+2
| | | | and it better matches other markdown implementations. Also updated tests.
* Aggregated regexp for both backtick and double backtick.Artem Yunusov2008-07-161-2/+2
|
* A lot of bug fixes. Handlig attributes added, new hr processing. Reformatted ↵Artem Yunusov2008-07-141-19/+15
| | | | test suite for ElementTree output.
* Added safe_mode to testing framework and soem tests.Waylan Limberg2008-03-191-0/+33