summaryrefslogtreecommitdiff
path: root/test/Tests/Writers
Commit message (Collapse)AuthorAge
* Fixed writer tests not to use writerUserDataDir.John MacFarlane2017-08-10
|
* Muse writer: insert two blanklines between lists of the same type (#3844)Alexander2017-08-08
|
* Fix docx writer test for ghc 8.2.1.John MacFarlane2017-07-15
| | | | | Workaround for different behavior of Data.Unique in different ghc versions.
* Rearrange docx writer roundtrip test.John MacFarlane2017-07-15
| | | | I'm hoping this gives reproducible results on ghc 8.2.1.
* Refactored compareOutput in docx writer testJohn MacFarlane2017-07-14
|
* Muse writer: indent lists inside <quote> with at least one space (#3795)Alexander Krotov2017-07-12
|
* Muse writer: fix hlint errors (#3764)Alexander Krotov2017-06-26
|
* Switched Writer types to use Text.John MacFarlane2017-06-11
| | | | | | | | | | | * XML.toEntities: changed type to Text -> Text. * Shared.tabFilter -- fixed so it strips out CRs as before. * Modified writers to take Text. * Updated tests, benchmarks, trypandoc. [API change] Closes #3731.
* Changed all readers to take Text instead of String.John MacFarlane2017-06-10
| | | | | | | | Readers: Renamed StringReader -> TextReader. Updated tests. API change.
* Muse writer: Indent tables with one space (#3649)Alexander Krotov2017-05-07
| | | It is required to trigger Muse table rendering.
* Removed unneeded import.John MacFarlane2017-03-14
|
* Use tasty for tests rather than test-framework.John MacFarlane2017-03-14
|
* Add Muse writer (#3489)Alexander Krotov2017-03-10
| | | | | | | | * Add Muse writer * Advertise new Muse writer * Muse writer: add regressions tests
* Speed up Native writer quickcheck tests.John MacFarlane2017-03-07
|
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
|
* LaTeX writer: always add hypertarget when there's a non-empty identifier.John MacFarlane2017-03-01
| | | | | Previously the hypertargets were only added when there was actually a link to that identifier. Closes #2719.
* Add Org writer unit testsAlexander Krotov2017-02-12
|
* Moved tests/ -> test/.John MacFarlane2017-02-04