hakyll/tests
Jasper Van der Jeugt ff57c2f660 Added fix to allow dashes in pages.
Hakyll splits pages into metadata sections by lines starting
with `---`. Because of this, thing like

    Header
    ------

    Some text.

will not parse. This commit fixes this, by fixating the length
of the the dash pattern -- all dashed lines should contain the
same number of dashes. Therefor, you can use something like

    ---
    title: Foobar
    ---

    Header
    ------

    Some text.
2010-04-04 15:08:59 +02:00
..
CompressCss.hs Added .txt support, tests update. 2010-03-26 14:10:10 +01:00
File.hs Backported previous tests. 2010-01-24 22:27:11 +01:00
Main.hs Added .txt support, tests update. 2010-03-26 14:10:10 +01:00
Page.hs Added fix to allow dashes in pages. 2010-04-04 15:08:59 +02:00
Regex.hs Backported previous tests. 2010-01-24 22:27:11 +01:00
Template.hs Moved Arbitrary Template instance to tests. 2010-04-01 12:27:27 +02:00
Util.hs Updated tests. 2010-02-16 19:18:53 +01:00