aboutsummaryrefslogtreecommitdiffstats
path: root/tests/safe_mode/script_tags.html
Commit message (Collapse)AuthorAgeFilesLines
* 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