summaryrefslogtreecommitdiff
path: root/test/Tests/Writers
AgeCommit message (Expand)Author
2018-01-19hlint code improvements.John MacFarlane
2018-01-19in RST writer insert comment between lists and quotes, closes #4248danse
2018-01-19Muse writer: support definitions with multiple descriptionsAlexander Krotov
2018-01-15ConTeXt writer: Use xtables instead of Tables (#4223)Henri Menke
2018-01-03Powerpoint writer: Set default slidelevel correctly.Jesse Rosenthal
2017-12-29Powerpoint Writer tests: Add quickcheck tests for content types.Jesse Rosenthal
2017-12-29Powerpoint writer test: more slide number testsJesse Rosenthal
2017-12-28Powerpoint writer tests: use IO.John MacFarlane
2017-12-28Use insertInFileTree in powerpoint test.John MacFarlane
2017-12-28Fixed warning in powerpoint writer test.John MacFarlane
2017-12-28PowerPoint writer: Introduce beginning of testsJesse Rosenthal
2017-12-21Merge pull request #4177 from stencila/jats-xml-readerJohn MacFarlane
2017-12-22Improve support for code language in JATSHamish Mackenzie
2017-12-21Muse reader: parse anchors immediately after headings as IDsAlexander Krotov
2017-12-13fig, table-wrap & caption Divs for JATS writerHamish Mackenzie
2017-11-24Muse writer: test that inline math conversion result is normalizedAlexander Krotov
2017-11-24Muse: move inline list normalization to writerAlexander Krotov
2017-11-22Muse writer: escape hash symbolAlexander Krotov
2017-11-22Muse writer: escape "----" to avoid accidental horizontal rulesAlexander Krotov
2017-11-22Muse writer: escape only </code> inside code tagAlexander Krotov
2017-11-13Replace "emacs" extension with "amuse" extensionAlexander Krotov
2017-11-01FB2 writer: Add "unrecognised" genre to <title-info>Alexander Krotov
2017-11-01FB2 writer: remove <annotation> from <body>Alexander Krotov
2017-10-28Add new style FB2 testsAlexander Krotov
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane
2017-08-10Fixed writer tests not to use writerUserDataDir.John MacFarlane
2017-08-08Muse writer: insert two blanklines between lists of the same type (#3844)Alexander
2017-07-15Fix docx writer test for ghc 8.2.1.John MacFarlane
2017-07-15Rearrange docx writer roundtrip test.John MacFarlane
2017-07-14Refactored compareOutput in docx writer testJohn MacFarlane
2017-07-12Muse writer: indent lists inside <quote> with at least one space (#3795)Alexander Krotov
2017-06-26Muse writer: fix hlint errors (#3764)Alexander Krotov
2017-06-11Switched Writer types to use Text.John MacFarlane
2017-06-10Changed all readers to take Text instead of String.John MacFarlane
2017-05-07Muse writer: Indent tables with one space (#3649)Alexander Krotov
2017-03-14Removed unneeded import.John MacFarlane
2017-03-14Use tasty for tests rather than test-framework.John MacFarlane
2017-03-10Add Muse writer (#3489)Alexander Krotov
2017-03-07Speed up Native writer quickcheck tests.John MacFarlane
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane
2017-03-01LaTeX writer: always add hypertarget when there's a non-empty identifier.John MacFarlane
2017-02-12Add Org writer unit testsAlexander Krotov
2017-02-04Moved tests/ -> test/.John MacFarlane