summaryrefslogtreecommitdiff
path: root/tests/data
AgeCommit message (Collapse)AuthorFilesLines
2020-12-30Revert "Fix golden test failing with pandoc >= 2.11.3 (#829)" (#830)Alexander Batischev2-17/+1
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-30Fix golden test failing with pandoc >= 2.11.3 (#829)Alexander Batischev2-1/+17
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-07Add golden test for Pandoc.Biblio (#827)Alexander Batischev5-0/+688
2019-08-30Improve error messagesJasper Van der Jeugt1-0/+1
2019-05-25Add option to specify date in directory structureTaeer Bar-Yam1-0/+1
2018-10-02Drop extension when parsing dates in filepathsGabriel Aumala1-0/+1
Drop the file extension when parsing the date from the filepath of a resource.
2016-10-31Add testNikolaos S. Papaspyrou3-0/+16
2016-08-04Fix partials and add a testJasper Van der Jeugt3-0/+13
Fixes #460
2016-07-25Trim instructions. TrimRd chunk might need TrimL. Trim tests.samgd2-0/+52
2014-10-27Better functions in templatesJasper Van der Jeugt2-1/+3
2014-03-26Revert "Added test case for global metadata"Jasper Van der Jeugt4-53/+0
This reverts commit 46b6f78da8ed814bef6972f4712d8b13e76c1122. Conflicts: tests/data/posts/metadata
2014-01-23Merge pull request #190 from krsch/masterJasper Van der Jeugt4-0/+53
Implemented per-directory metadata support
2014-01-22Unified code for global and external metadataAlexey Kreshchuk1-0/+2
Didn't clean up unused code though
2014-01-03Add a test for metadataRouteJasper Van der Jeugt1-0/+1
2013-10-18Added test case for global metadataAlexey Kreshchuk4-0/+51
2013-08-10Add functionField againJasper Van der Jeugt2-0/+4
2013-05-06Implement foreach structureJasper Van der Jeugt2-2/+26
2013-05-03Added a test case for "if" statements in templates.Ivan N. Veselov2-0/+18
2013-05-03Added support for "$if$" statement in templates.Ivan N. Veselov2-2/+2
2013-02-16Add a test for compiler/route orderingJasper Van der Jeugt1-0/+0
2012-11-27Allow arbitrary keys, update some testsJasper Van der Jeugt4-2/+4
2012-11-21Add requireApplyTemplate and applySelf utilitiesJasper Van der Jeugt2-0/+2
2012-11-20Re-enable some testsJasper Van der Jeugt1-0/+14
2012-11-19Remove hamlet, add function fieldsJasper Van der Jeugt2-0/+2
2012-11-19Add tests againJasper Van der Jeugt4-0/+12