aboutsummaryrefslogtreecommitdiffstats
path: root/tests/misc
Commit message (Expand)AuthorAgeFilesLines
...
* Moved test dir back out of markdown lib. We don't need to install the tests i...Waylan Limberg2010-02-12141-0/+1649
* Moved remaining tests from mergeWaylan Limberg2010-02-124-32/+0
* Merged tests branchWaylan Limberg2010-02-12137-1620/+0
|\
| * Moves tests to a subdir of the markdown lib.Waylan Limberg2009-06-05135-1574/+0
| * Initial implementation of nose testing. Still some cleanup to do, but this sh...Waylan Limberg2009-06-053-10/+7
* | Cleanup and additional work on previous commit. NOTE: removed special treatme...Waylan Limberg2010-01-033-4/+7
* | Fixed Ticket 48. Quoted attributes in raw html are specificly ackowledged now...Waylan Limberg2010-01-032-0/+8
* | Fixed ticket 44. Raw HTML now maintains original whitespace. Important inside...Waylan Limberg2010-01-032-0/+18
* | Fixed Ticket 38. With smart_emphasis turned on, emphasised text can now be wr...Waylan Limberg2009-07-212-0/+14
* | Fixed ticket 35. Lists now work when padded with five or more spaces after as...Waylan Limberg2009-06-172-0/+32
|/
* Improved inline pattern regex for em & strong and added tests. Fixes Ticket 3...Waylan Limberg2009-03-302-0/+30
* Completed nested lists and added a test. All tests pass.Waylan Limberg2009-02-042-0/+63
* Fixed blockquote test to match previous commit. No space after > now is a blo...Waylan Limberg2009-01-271-3/+5
* Fixed attribute creation to remove newlines and associated misc/uche test. Ap...Waylan Limberg2008-12-081-2/+1
* Fixed para-with-hr test. The code was working correctly, but the test was wrong.Waylan Limberg2008-12-071-2/+3
* Adding para-with-hr test. (Broken at the moment.)Yuri Takhteyev2008-12-072-0/+6
* Fixed BlockquoteProcessor to acknowledge blocks in which the blockquote start...Waylan Limberg2008-11-132-2/+18
* Fixed whitespace only line clearing and updated another test to match pl and ...Waylan Limberg2008-11-131-11/+7
* Updated test as core parser now matched pl and php behavior in lists.Waylan Limberg2008-11-131-6/+4
* Fixed a streange anomily in whitespace a start of p and li tags. Mostly odd t...Waylan Limberg2008-11-136-6/+6
* Fixed various issues with the core parser - mostly whitespace related and upd...Waylan Limberg2008-11-132-5/+5
* Added a more thorough test of nested inline markup. Thanks John Szakmeister.John Szakmeister2008-10-292-0/+30
* Moved prettifyETree into a Postprocessor and added code to append all '<br />...Waylan Limberg2008-09-042-6/+12
* Replaced indentation with linebreaks only. At least its more consistant - and...Waylan Limberg2008-09-0341-243/+130
* 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