aboutsummaryrefslogtreecommitdiff
path: root/src/Tests
AgeCommit message (Expand)Author
2011-11-16Added an asciidoc writer (partial).John MacFarlane
2011-09-02TypeSynonymInstances no longer implies FlexibleInstances in GHC 7.2Antoine Latter
2011-07-31Tweaked Arbitrary instance to help avoid timeouts in tests.John MacFarlane
2011-07-25Smart quotes: handle '...hi' properly.John MacFarlane
2011-06-22Fixed test, added another markdown emph/strong test.John MacFarlane
2011-06-22Added failing test case due to Perry Wagle.John MacFarlane
2011-06-22Added Tests.Writers.Markdown.John MacFarlane
2011-04-20Disallow notes within notes in reST and markdown.John MacFarlane
2011-04-11Allow '|' followed by newline in RST line block.John MacFarlane
2011-03-18Changed uri parser so it doesn't include trailing punctuation.John MacFarlane
2011-03-12Fixed bug in RST field list parser.John MacFarlane
2011-03-02Markdown+lhs reader: Require space after inverse bird tracks.John MacFarlane
2011-02-05HTML writer: stringify alt text.John MacFarlane
2011-02-04Native writer test: in block list test, limit to list < 20 blocks.John MacFarlane
2011-02-04Added cCommented-out round-trip property in markdown reader test.John MacFarlane
2011-02-04Improved Arbitrary instance.John MacFarlane
2011-02-04normalize: Normalize spaces too.John MacFarlane
2011-02-01Markdown reader: Simplified and corrected footnote block parser.John MacFarlane
2011-02-01Added a (failing) test for footnotes.John MacFarlane
2011-01-31Improved fix to markdown noteBlock parser.John MacFarlane
2011-01-31Markdown reader: Fixed whitespace footnote bug (Jesse Rosenthal).John MacFarlane
2011-01-30LaTeX reader: Fixed bug with whitespace at beginning of file.John MacFarlane
2011-01-29Added HTML writer tests for inline code.John MacFarlane
2011-01-29Moved tests to src.John MacFarlane