summaryrefslogtreecommitdiff
path: root/test/Tests/Writers/Docx.hs
Commit message (Collapse)AuthorAge
* Docx writer tests: correct test name.Jesse Rosenthal2018-01-27
|
* Docx writer tests: Add tests for custom stylesJesse Rosenthal2018-01-27
|
* Docx writer tests: Use new golden frameworkJesse Rosenthal2018-01-27
| | | | | | | | | | | | | | These are based off the reader tests, with some removed (where the reader output was identical, based on different docx inputs). There are still more to be added. In particular, tests for custom-styles need to be added. All golden docx files have been checked in MS Word 2013 (windows). There is no corruption. There is questionable output in the `tables` test: the three tables seemed to be joined. This will be addressed in a future commit, and the golden docx file will be changed.
* Automatic reformating by stylish-haskell.John MacFarlane2017-10-27
|
* Fixed writer tests not to use writerUserDataDir.John MacFarlane2017-08-10
|
* 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
|
* Changed all readers to take Text instead of String.John MacFarlane2017-06-10
| | | | | | | | Readers: Renamed StringReader -> TextReader. Updated tests. API change.
* Use tasty for tests rather than test-framework.John MacFarlane2017-03-14
|
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
|
* Moved tests/ -> test/.John MacFarlane2017-02-04