aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Writers/Docx.hs
AgeCommit message (Expand)Author
2019-09-20Preserve built-in styles in DOCX with custom style (#5670)Ben Steinberg
2019-01-26Improve writing metadata for docx, pptx and odt (#5252)Agustín Martín Barbero
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2018-01-27Docx writer tests: correct test name.Jesse Rosenthal
2018-01-27Docx writer tests: Add tests for custom stylesJesse Rosenthal
2018-01-27Docx writer tests: Use new golden frameworkJesse Rosenthal
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane
2017-08-10Fixed writer tests not to use writerUserDataDir.John MacFarlane
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-06-10Changed all readers to take Text instead of String.John MacFarlane
2017-03-14Use tasty for tests rather than test-framework.John MacFarlane
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane
2017-02-04Moved tests/ -> test/.John MacFarlane