Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-12-30 | Revert "Fix golden test failing with pandoc >= 2.11.3 (#829)" (#830) | Alexander Batischev | 1 | -5/+0 | |
This reverts commit 87e93c6c95b86b435b532286e07b0a9b896aef8f. I screwed up with that one: the change in behaviour was a regression[1] in Pandoc, and I shouldn't have papered over it. It's fairly unlikely that someone would build Hakyll's test suite with one of the two Pandoc versions that regressed, so I simply revert my earlier commit. 1. https://github.com/jgm/pandoc/issues/6966 | |||||
2020-12-30 | Fix golden test failing with pandoc >= 2.11.3 (#829) | Alexander Batischev | 1 | -0/+5 | |
The new version started wrapping Biblio references into <p> tags, so we now keep two different golden files for different Pandoc versions. I had to add Pandoc to dependencies of the test suite, otherwise GHC won't define `MIN_VERSION_pandoc` macro. | |||||
2020-12-07 | Add golden test for Pandoc.Biblio (#827) | Alexander Batischev | 1 | -0/+66 | |
2016-10-17 | Move from test-framework to tasty | Jasper Van der Jeugt | 1 | -3/+3 | |
2013-01-28 | Fix .tex.lhs patch, add some test cases | Jasper Van der Jeugt | 1 | -0/+26 | |