| Commit message (Expand) | Author | Age | Files | Lines |
* | Added test files for bug fix to ticket 62 | Gerry LaMontagne | 2010-09-02 | 4 | -0/+70 |
* | Fixed Ticket 65. Lines with only a lessthan sign (<) no longer crash the raw... | Waylan Limberg | 2010-07-14 | 2 | -1/+14 |
* | Blockquoted text in the first item of a list is now placed in child p tag of the | Gerry LaMontagne | 2010-03-23 | 2 | -0/+55 |
* | Fixed ticket 58. The first item of a looselist gets placed in p tags when | Gerry LaMontagne | 2010-03-22 | 1 | -2/+4 |
* | Fixed Ticket 57. Lists where the first line of an item is a nested item, now ... | Waylan Limberg | 2010-03-19 | 2 | -0/+142 |
* | Fixed Ticket 53. Nested lists no longer isorder items in certain edge cases. ... | Waylan Limberg | 2010-03-15 | 2 | -0/+22 |
* | Fix bug with rawhtml and markdown escaping. Previously, any inline rawhtml th... | Waylan Limberg | 2010-03-15 | 2 | -1/+3 |
* | Updated last failing test as we no longer need a demo of a failing test now t... | Waylan Limberg | 2010-02-22 | 1 | -2/+2 |
* | Moved test dir back out of markdown lib. We don't need to install the tests i... | Waylan Limberg | 2010-02-12 | 141 | -0/+1649 |
* | Moved remaining tests from merge | Waylan Limberg | 2010-02-12 | 4 | -32/+0 |
* | Merged tests branch | Waylan Limberg | 2010-02-12 | 137 | -1620/+0 |
|\ |
|
| * | Moves tests to a subdir of the markdown lib. | Waylan Limberg | 2009-06-05 | 135 | -1574/+0 |
| * | Initial implementation of nose testing. Still some cleanup to do, but this sh... | Waylan Limberg | 2009-06-05 | 3 | -10/+7 |
* | | Cleanup and additional work on previous commit. NOTE: removed special treatme... | Waylan Limberg | 2010-01-03 | 3 | -4/+7 |
* | | Fixed Ticket 48. Quoted attributes in raw html are specificly ackowledged now... | Waylan Limberg | 2010-01-03 | 2 | -0/+8 |
* | | Fixed ticket 44. Raw HTML now maintains original whitespace. Important inside... | Waylan Limberg | 2010-01-03 | 2 | -0/+18 |
* | | Fixed Ticket 38. With smart_emphasis turned on, emphasised text can now be wr... | Waylan Limberg | 2009-07-21 | 2 | -0/+14 |
* | | Fixed ticket 35. Lists now work when padded with five or more spaces after as... | Waylan Limberg | 2009-06-17 | 2 | -0/+32 |
|/ |
|
* | Improved inline pattern regex for em & strong and added tests. Fixes Ticket 3... | Waylan Limberg | 2009-03-30 | 2 | -0/+30 |
* | Completed nested lists and added a test. All tests pass. | Waylan Limberg | 2009-02-04 | 2 | -0/+63 |
* | Fixed blockquote test to match previous commit. No space after > now is a blo... | Waylan Limberg | 2009-01-27 | 1 | -3/+5 |
* | Fixed attribute creation to remove newlines and associated misc/uche test. Ap... | Waylan Limberg | 2008-12-08 | 1 | -2/+1 |
* | Fixed para-with-hr test. The code was working correctly, but the test was wrong. | Waylan Limberg | 2008-12-07 | 1 | -2/+3 |
* | Adding para-with-hr test. (Broken at the moment.) | Yuri Takhteyev | 2008-12-07 | 2 | -0/+6 |
* | Fixed BlockquoteProcessor to acknowledge blocks in which the blockquote start... | Waylan Limberg | 2008-11-13 | 2 | -2/+18 |
* | Fixed whitespace only line clearing and updated another test to match pl and ... | Waylan Limberg | 2008-11-13 | 1 | -11/+7 |
* | Updated test as core parser now matched pl and php behavior in lists. | Waylan Limberg | 2008-11-13 | 1 | -6/+4 |
* | Fixed a streange anomily in whitespace a start of p and li tags. Mostly odd t... | Waylan Limberg | 2008-11-13 | 6 | -6/+6 |
* | Fixed various issues with the core parser - mostly whitespace related and upd... | Waylan Limberg | 2008-11-13 | 2 | -5/+5 |
* | Added a more thorough test of nested inline markup. Thanks John Szakmeister. | John Szakmeister | 2008-10-29 | 2 | -0/+30 |
* | Moved prettifyETree into a Postprocessor and added code to append all '<br />... | Waylan Limberg | 2008-09-04 | 2 | -6/+12 |
* | Replaced indentation with linebreaks only. At least its more consistant - and... | Waylan Limberg | 2008-09-03 | 41 | -243/+130 |
* | Oops, forgot to add mismatched-tags test. | Artem Yunusov | 2008-08-24 | 2 | -1/+18 |
* | Fixed Ticket 11. Disabled ``indenteTree`` for `pre` and `code` tags. Now | Waylan Limberg | 2008-08-22 | 7 | -83/+61 |
* | Fixed Ticket 13. Raw block-level html are no longer being inserted into <p> t... | Waylan Limberg | 2008-08-22 | 11 | -39/+49 |
* | Updated tests with raw block level html in them. **Note** these tests do not ... | Waylan Limberg | 2008-08-22 | 3 | -13/+17 |
* | Removed executable status on some test files ??? not sure why it was there to... | Waylan Limberg | 2008-08-22 | 4 | -0/+0 |
* | Adding unicode tests for Neale's fix. (Those only pass after changing | Yuri Takhteyev | 2008-08-20 | 2 | -0/+6 |
* | Changing string to unicode in Neale's fix. Adding test cases. | Yuri Takhteyev | 2008-08-20 | 2 | -0/+5 |
* | Forgot to add headers.txt to commit. | Artem Yunusov | 2008-08-13 | 1 | -0/+4 |
* | Header test extended. | Artem Yunusov | 2008-08-13 | 1 | -2/+5 |
* | A lot of bug fixes, added ElementTree support for extensions, some new tests. | Artem Yunusov | 2008-07-31 | 4 | -0/+13 |
* | Missing link defenition bug fixed. | Artem Yunusov | 2008-07-22 | 2 | -0/+7 |
* | Ops, forgot to add new test files | Artem Yunusov | 2008-07-19 | 6 | -0/+55 |
* | Output bug fixed(stripping text data at the end of processing in _processPlac... | Artem Yunusov | 2008-07-15 | 10 | -42/+48 |
* | A lot of bug fixes. Handlig attributes added, new hr processing. Reformatted ... | Artem Yunusov | 2008-07-14 | 55 | -820/+502 |
* | Code blocks escaping bug fixed. Some test suite modifications. | Artem Yunusov | 2008-07-03 | 4 | -8/+6 |
* | Allow hashes (#) in body of headers -- with tests. Thank you John Szakmeister... | Waylan Limberg | 2008-05-14 | 2 | -1/+5 |
* | Added safe_mode to testing framework and soem tests. | Waylan Limberg | 2008-03-19 | 1 | -41/+51 |
* | Moved line-endings cleanup from transform to convert method so it runs prior ... | Waylan Limberg | 2008-03-06 | 2 | -0/+10 |