From 59b6f01218eb2fbd36cb9fec6a3413093171ccda Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Mon, 27 Oct 2014 12:20:31 +0100 Subject: Better functions in templates --- tests/Hakyll/Web/Template/Context/Tests.hs | 2 +- tests/Hakyll/Web/Template/Tests.hs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/Hakyll/Web') diff --git a/tests/Hakyll/Web/Template/Context/Tests.hs b/tests/Hakyll/Web/Template/Context/Tests.hs index 627624f..5f77dad 100644 --- a/tests/Hakyll/Web/Template/Context/Tests.hs +++ b/tests/Hakyll/Web/Template/Context/Tests.hs @@ -51,7 +51,7 @@ testContextDone :: Store -> Provider -> Identifier -> String testContextDone store provider identifier key context = testCompilerDone store provider identifier $ do item <- getResourceBody - cf <- unContext context key item + cf <- unContext context key [] item case cf of StringField str -> return str ListField _ _ -> error $ diff --git a/tests/Hakyll/Web/Template/Tests.hs b/tests/Hakyll/Web/Template/Tests.hs index 8763147..8baf01b 100644 --- a/tests/Hakyll/Web/Template/Tests.hs +++ b/tests/Hakyll/Web/Template/Tests.hs @@ -76,4 +76,4 @@ testApplyJoinTemplateList = do where i1 = Item "item1" "Hello" i2 = Item "item2" "World" - tpl = Template [Chunk "", Key "body", Chunk ""] + tpl = Template [Chunk "", Expr (Ident "body"), Chunk ""] -- cgit v1.2.3