summaryrefslogtreecommitdiff
path: root/tests/Hakyll
diff options
context:
space:
mode:
authorNikolaos S. Papaspyrou <nickie@softlab.ntua.gr>2016-10-31 15:00:09 +0200
committerNikolaos S. Papaspyrou <nickie@softlab.ntua.gr>2016-10-31 15:04:42 +0200
commitf9f8603c323159510bc56e8d39d7cc0ae9ab3056 (patch)
treeb7e30afb99e7f53abdb684420e91d00779ad8635 /tests/Hakyll
parent3aa07ea334f14df19019947c2eef37b34bae2625 (diff)
downloadhakyll-f9f8603c323159510bc56e8d39d7cc0ae9ab3056.tar.gz
Add test
Diffstat (limited to 'tests/Hakyll')
-rw-r--r--tests/Hakyll/Web/Template/Tests.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Hakyll/Web/Template/Tests.hs b/tests/Hakyll/Web/Template/Tests.hs
index 1f3b25d..054a9bd 100644
--- a/tests/Hakyll/Web/Template/Tests.hs
+++ b/tests/Hakyll/Web/Template/Tests.hs
@@ -29,6 +29,7 @@ tests :: TestTree
tests = testGroup "Hakyll.Core.Template.Tests" $ concat
[ [ testCase "case01" $ test ("template.html.out", "template.html", "example.md")
, testCase "case02" $ test ("strip.html.out", "strip.html", "example.md")
+ , testCase "case03" $ test ("just-meta.html.out", "just-meta.html", "example.md")
, testCase "applyJoinTemplateList" testApplyJoinTemplateList
]