Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-02-04 | Add missing copyright notices and remove license boilerplate (#5112) | Albert Krewinkel | 1 | -0/+11 | |
Quite a few modules were missing copyright notices. This commit adds copyright notices everywhere via haddock module headers. The old license boilerplate comment is redundant with this and has been removed. Update copyright years to 2019. Closes #4592. | |||||
2019-01-31 | Tests: avoid calling findPandoc multiple times. | John MacFarlane | 1 | -4/+3 | |
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-19 | hlint code improvements. | John MacFarlane | 1 | -3/+3 | |
2017-10-27 | Automatic reformating by stylish-haskell. | John MacFarlane | 1 | -3/+3 | |
2017-08-14 | Test fixes so we can find data files. | John MacFarlane | 1 | -3/+2 | |
In old tests & command tests, we now set the environment variable pandoc_datadir. In lua tests, we set the datadir explicitly. | |||||
2017-08-13 | Fixed command tests to set local path. | John MacFarlane | 1 | -5/+5 | |
Previously we just tacked on a directory to the command line, but that didn't work when we e.g. used a pipe for round tripping, with two invocations of pandoc. | |||||
2017-08-11 | Command tests; print stderr when a test fails. | John MacFarlane | 1 | -1/+4 | |
2017-06-11 | Revert "Command tests: small change to try to fix appveyor failures." | John MacFarlane | 1 | -4/+3 | |
This reverts commit 0ab26ac9ebb0196691ec064820eac4e640f0d52c. Failed experiment. | |||||
2017-06-11 | Command tests: small change to try to fix appveyor failures. | John MacFarlane | 1 | -3/+4 | |
2017-06-10 | Changed all readers to take Text instead of String. | John MacFarlane | 1 | -1/+2 | |
Readers: Renamed StringReader -> TextReader. Updated tests. API change. | |||||
2017-05-25 | Test.Command: put stderr output at front, so it can be tested. | John MacFarlane | 1 | -3/+3 | |
2017-03-14 | Command tests: just findPandoc once. | John MacFarlane | 1 | -4/+4 | |
2017-03-14 | Small test plumbing improvement. | John MacFarlane | 1 | -11/+11 | |
2017-03-14 | Use tasty for tests rather than test-framework. | John MacFarlane | 1 | -9/+9 | |
2017-03-04 | Stylish-haskell automatic formatting changes. | John MacFarlane | 1 | -16/+15 | |
2017-02-04 | Consolidated some common functions in Tests.Helper. | John MacFarlane | 1 | -39/+1 | |
2017-02-04 | Added new test framework Tests.Command. | John MacFarlane | 1 | -17/+57 | |
Any files added under test/command will be treated as shell tests (see smart.md for an example). This makes it very easy to add regression tests etc. | |||||
2017-02-04 | Added skeleton for Tests.Command. | John MacFarlane | 1 | -0/+91 | |