aboutsummaryrefslogtreecommitdiffstats
path: root/tests/safe_mode
Commit message (Expand)AuthorAgeFilesLines
* Refactored test framework to use YAML config files rather than INI. Fixes #333.Waylan Limberg2014-08-201-6/+6
* Forbid javascript:// URLs in safe modePhilipp Hagemeister2013-02-052-0/+5
* 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-196-7/+7
* Partial fix for issue introduced in fix for #59Waylan Limberg2012-01-194-0/+4
* Cleaned up tests after merging pull request fixing #72.Waylan Limberg2012-01-184-0/+14
* When safe mode is 'escape', don't allow bad html to stop further processing.Mike Dirolf2012-01-142-21/+16
* Moved test dir back out of markdown lib. We don't need to install the tests i...Waylan Limberg2010-02-1215-0/+482
* Moves tests to a subdir of the markdown lib.Waylan Limberg2009-06-0511-270/+0
* Initial implementation of nose testing. Still some cleanup to do, but this sh...Waylan Limberg2009-06-051-0/+2
* Replaced indentation with linebreaks only. At least its more consistant - and...Waylan Limberg2008-09-032-15/+8
* Fixed Ticket 11. Disabled ``indenteTree`` for `pre` and `code` tags. NowWaylan Limberg2008-08-221-16/+8
* 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
* 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 javascript...Waylan Limberg2008-03-182-0/+51