aboutsummaryrefslogtreecommitdiffstats
path: root/tests/safe_mode
Commit message (Collapse)AuthorAgeFilesLines
* Replaced indentation with linebreaks only. At least its more consistant - ↵Waylan Limberg2008-09-032-15/+8
| | | | and it better matches other markdown implementations. Also updated tests.
* 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.
* Aggregated regexp for both backtick and double backtick.Artem Yunusov2008-07-162-3/+3
|
* A lot of bug fixes. Handlig attributes added, new hr processing. Reformatted ↵Artem Yunusov2008-07-145-116/+93
| | | | test suite for ElementTree output.
* Code blocks escaping bug fixed. Some test suite modifications.Artem Yunusov2008-07-031-2/+3
|
* Added safe_mode to testing framework and soem tests.Waylan Limberg2008-03-198-0/+254
|
* Added sanatition of link urls when in safe_mode to no longer allow ↵Waylan Limberg2008-03-182-0/+51
javascript. Not yet convinced I got all cases, but it's much better than before. Also added some tests although testing framework doesn't currently have the option to run in safe_mode. See [1914685] for more info.