aboutsummaryrefslogtreecommitdiffstats
path: root/tests/misc
Commit message (Expand)AuthorAgeFilesLines
* Oops, forgot to add mismatched-tags test.Artem Yunusov2008-08-242-1/+18
* Fixed Ticket 11. Disabled ``indenteTree`` for `pre` and `code` tags. NowWaylan Limberg2008-08-227-83/+61
* Fixed Ticket 13. Raw block-level html are no longer being inserted into <p> t...Waylan Limberg2008-08-2211-39/+49
* Updated tests with raw block level html in them. **Note** these tests do not ...Waylan Limberg2008-08-223-13/+17
* Removed executable status on some test files ??? not sure why it was there to...Waylan Limberg2008-08-224-0/+0
* Adding unicode tests for Neale's fix. (Those only pass after changingYuri Takhteyev2008-08-202-0/+6
* Changing string to unicode in Neale's fix. Adding test cases.Yuri Takhteyev2008-08-202-0/+5
* Forgot to add headers.txt to commit.Artem Yunusov2008-08-131-0/+4
* Header test extended.Artem Yunusov2008-08-131-2/+5
* A lot of bug fixes, added ElementTree support for extensions, some new tests.Artem Yunusov2008-07-314-0/+13
* Missing link defenition bug fixed.Artem Yunusov2008-07-222-0/+7
* Ops, forgot to add new test filesArtem Yunusov2008-07-196-0/+55
* Output bug fixed(stripping text data at the end of processing in _processPlac...Artem Yunusov2008-07-1510-42/+48
* A lot of bug fixes. Handlig attributes added, new hr processing. Reformatted ...Artem Yunusov2008-07-1455-820/+502
* Code blocks escaping bug fixed. Some test suite modifications.Artem Yunusov2008-07-034-8/+6
* Allow hashes (#) in body of headers -- with tests. Thank you John Szakmeister...Waylan Limberg2008-05-142-1/+5
* Added safe_mode to testing framework and soem tests.Waylan Limberg2008-03-191-41/+51
* Moved line-endings cleanup from transform to convert method so it runs prior ...Waylan Limberg2008-03-062-0/+10
* fixed testing framework to actually use the extensions passed in and a few ot...Waylan Limberg2008-03-032-0/+0
* Some tests I forgot to checking with recent commits.Waylan Limberg2008-03-032-0/+43
* Fixed bugs involving greedy/non-greedy regexesDavid Wolever2008-02-293-53/+3
* Added svn:ignore properties to test directories, checked in failing test case.David Wolever2008-02-182-0/+3
* No longer replacing " with @quot;. Fixes [1862742]Waylan Limberg2008-02-096-71/+64
* Adjustments to match unicode policy as discussed on list and other minor Waylan Limberg2007-12-133-63/+51
* Added support for images inside links and updated tests. Fixes [1458136].Waylan Limberg2007-11-293-48/+42
* Footnotes that end in anyting but a <p> (list, blockquote, codeblock) now haveWaylan Limberg2007-11-291-44/+51
* Allow repeated calls to md.convert to pass in an empty string. Also fixed tes...Waylan Limberg2007-11-032-0/+0
* added tests for codeblock on first lineWaylan Limberg2007-11-032-0/+3
* Fixed infinite loop in bracket regex and added testsWaylan Limberg2007-10-302-0/+122
* Horizontal rules in block quotes with tests. Fixes [1709864].Waylan Limberg2007-10-112-0/+44
* Previous commit (r42) was supposed to update the misc/two-spaces test so here...Waylan Limberg2007-10-112-0/+36
* Replace LineBreaks preprocessor with an inlinePattern and update tests. Blank...Waylan Limberg2007-10-114-26/+15
* Updated tests/misc/more_comments.html to match 1.6 - fixes [1794694]Waylan Limberg2007-10-091-0/+10
* Removed whitespace from numeric entity test that shouldn't be there.Waylan Limberg2007-10-081-1/+1
* Fixed lazy blockquote and added testsWaylan Limberg2007-10-084-0/+32
* Support for mismatched block-level html tags.Yuri Takhteyev2007-03-252-0/+12
* Added test casesYuri Takhteyev2007-03-2594-0/+1505