From e633df17dd72703a541c46d829096dfe40b75e50 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Sat, 15 Dec 2012 18:02:47 +0100 Subject: Rename pageCompiler to pandocCompiler --- tests/Hakyll/Web/Template/Tests.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/Hakyll/Web') diff --git a/tests/Hakyll/Web/Template/Tests.hs b/tests/Hakyll/Web/Template/Tests.hs index 4e49d1f..6c5c77a 100644 --- a/tests/Hakyll/Web/Template/Tests.hs +++ b/tests/Hakyll/Web/Template/Tests.hs @@ -15,7 +15,7 @@ import Test.HUnit (Assertion, (@=?)) -------------------------------------------------------------------------------- import Hakyll.Core.Item import Hakyll.Core.Provider -import Hakyll.Web.Page +import Hakyll.Web.Pandoc import Hakyll.Web.Template import Hakyll.Web.Template.Context import TestSuite.Util @@ -36,7 +36,7 @@ case01 = withTestStore $ \store -> do out <- resourceString provider "template.html.out" tpl <- testCompilerDone store provider "template.html" $ templateCompiler item <- testCompilerDone store provider "example.md" $ - pageCompiler >>= applyTemplate (itemBody tpl) testContext + pandocCompiler >>= applyTemplate (itemBody tpl) testContext out @=? itemBody item -- cgit v1.2.3