Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-03-18 | Use NoImplicitPrelude and explicitly import Prelude. | John MacFarlane | 1 | -0/+2 | |
This seems to be necessary if we are to use our custom Prelude with ghci. Closes #4464. | |||||
2018-01-27 | Docx writer tests: correct test name. | Jesse Rosenthal | 1 | -1/+1 | |
2018-01-27 | Docx writer tests: Add tests for custom styles | Jesse Rosenthal | 1 | -0/+10 | |
2018-01-27 | Docx writer tests: Use new golden framework | Jesse Rosenthal | 1 | -127/+113 | |
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. | |||||
2017-10-27 | Automatic reformating by stylish-haskell. | John MacFarlane | 1 | -5/+5 | |
2017-08-10 | Fixed writer tests not to use writerUserDataDir. | John MacFarlane | 1 | -3/+3 | |
2017-07-15 | Fix docx writer test for ghc 8.2.1. | John MacFarlane | 1 | -1/+9 | |
Workaround for different behavior of Data.Unique in different ghc versions. | |||||
2017-07-15 | Rearrange docx writer roundtrip test. | John MacFarlane | 1 | -4/+4 | |
I'm hoping this gives reproducible results on ghc 8.2.1. | |||||
2017-07-14 | Refactored compareOutput in docx writer test | John MacFarlane | 1 | -7/+6 | |
2017-06-10 | Changed all readers to take Text instead of String. | John MacFarlane | 1 | -2/+4 | |
Readers: Renamed StringReader -> TextReader. Updated tests. API change. | |||||
2017-03-14 | Use tasty for tests rather than test-framework. | John MacFarlane | 1 | -8/+9 | |
2017-03-04 | Stylish-haskell automatic formatting changes. | John MacFarlane | 1 | -6/+6 | |
2017-02-04 | Moved tests/ -> test/. | John MacFarlane | 1 | -0/+151 | |