aboutsummaryrefslogtreecommitdiff
path: root/src/Tests
AgeCommit message (Expand)Author
2012-07-26Moved tests to tests/, modified cabal file so lib isn't recompiled.John MacFarlane
2012-07-25Changed reader parameters from ParserState to ReaderOptions.John MacFarlane
2012-07-25Moved stateLiterateHaskell to readerLiterateHaskell in Options.John MacFarlane
2012-07-25Got rid of stateStandalone, which was hardly used anyway.John MacFarlane
2012-07-25Options -> ReaderOptions.John MacFarlane
2012-07-25Put smart, strict in separate options field in state.John MacFarlane
2012-07-22Revised code for pipe tables.John MacFarlane
2012-07-22Renamed tests/markdown-tables -> tests/extra-tables.John MacFarlane
2012-07-22Merge pull request #510 from mytskine/markdown-extraJohn MacFarlane
2012-07-22Removed fb2.math-webtex.fb2 tests.John MacFarlane
2012-07-22FB2: support images embedded as data URIs + tests.Sergey Astanin
2012-07-22Test suite for FB2 writer.Sergey Astanin
2012-06-27ConTeXt writer: don't escape `&`,`^`,`<`,`>`.John MacFarlane
2012-06-01LaTeX writer: Ensure newline after Verbatim at end of footnote.John MacFarlane
2012-05-08Added docbook reader tests (still failing).John MacFarlane
2012-02-21Added support for markdown-extra tables in the markdown parserFrançois Gannaz
2012-02-10LaTeX reader: Add ", " to suffix...John MacFarlane
2012-02-10Test suite: Don't print 'expected' in red.John MacFarlane
2012-02-07Added test case for issue #186 (\$ in latex math).John MacFarlane
2012-02-07Added test case for issue #186 (\$ in latex math).John MacFarlane
2012-02-06LaTeX reader: use raw latex as fallback for Cites.John MacFarlane
2012-02-05Changed infix level of testing combinators.John MacFarlane
2012-02-04Complete rewrite of LaTeX reader.John MacFarlane
2011-12-30Removed header 1 property from ConTeXt tests.John MacFarlane
2011-12-30Updated ConTeXt tests.John MacFarlane
2011-12-27Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.John MacFarlane
2011-12-26Added some failing test cases for apostrophes in French.John MacFarlane
2011-12-22Removed highlighting flag. Highlighting support is now standard.John MacFarlane
2011-12-13Use pandoc-types 1.9.*.John MacFarlane
2011-12-05Fixed tests for escapes in markdown titles, URLs.John MacFarlane
2011-12-05Fixed tests for escapes in links.John MacFarlane
2011-12-05Added more failing tests relating to issue #312.John MacFarlane
2011-12-04Added failing test for escape in markdown link title.John MacFarlane
2011-12-01Added failing test case for issue #312.John MacFarlane
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