aboutsummaryrefslogtreecommitdiff
path: root/src/Tests/Readers/Markdown.hs
AgeCommit message (Expand)AuthorFilesLines
2012-07-26Moved tests to tests/, modified cabal file so lib isn't recompiled.John MacFarlane1-107/+0
2012-07-25Changed reader parameters from ParserState to ReaderOptions.John MacFarlane1-7/+4
2012-07-25Moved stateLiterateHaskell to readerLiterateHaskell in Options.John MacFarlane1-1/+2
2012-07-25Got rid of stateStandalone, which was hardly used anyway.John MacFarlane1-1/+1
2012-07-25Options -> ReaderOptions.John MacFarlane1-1/+1
2012-07-25Put smart, strict in separate options field in state.John MacFarlane1-1/+3
2012-02-05Changed infix level of testing combinators.John MacFarlane1-1/+1
2011-12-27Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.John MacFarlane1-1/+1
2011-12-26Added some failing test cases for apostrophes in French.John MacFarlane1-0/+6
2011-12-13Use pandoc-types 1.9.*.John MacFarlane1-11/+10
2011-12-05Fixed tests for escapes in markdown titles, URLs.John MacFarlane1-3/+3
2011-12-05Fixed tests for escapes in links.John MacFarlane1-4/+4
2011-12-05Added more failing tests relating to issue #312.John MacFarlane1-1/+7
2011-12-04Added failing test for escape in markdown link title.John MacFarlane1-0/+3
2011-12-01Added failing test case for issue #312.John MacFarlane1-0/+5
2011-07-25Smart quotes: handle '...hi' properly.John MacFarlane1-0/+9
2011-06-22Fixed test, added another markdown emph/strong test.John MacFarlane1-3/+7
2011-06-22Added failing test case due to Perry Wagle.John MacFarlane1-0/+7
2011-04-20Disallow notes within notes in reST and markdown.John MacFarlane1-0/+3
2011-03-02Markdown+lhs reader: Require space after inverse bird tracks.John MacFarlane1-0/+10
2011-02-04Added cCommented-out round-trip property in markdown reader test.John MacFarlane1-0/+18
2011-02-01Markdown reader: Simplified and corrected footnote block parser.John MacFarlane1-1/+1
2011-02-01Added a (failing) test for footnotes.John MacFarlane1-1/+4
2011-01-31Improved fix to markdown noteBlock parser.John MacFarlane1-8/+3
2011-01-31Markdown reader: Fixed whitespace footnote bug (Jesse Rosenthal).John MacFarlane1-0/+10
2011-01-29Moved tests to src.John MacFarlane1-0/+29