diff options
author | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2016-01-31 17:26:49 +0100 |
---|---|---|
committer | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2016-01-31 17:26:49 +0100 |
commit | 6eb19c9eaacb6c9d0b1f9c3717bcaebbbf7cea19 (patch) | |
tree | 31c23f03e0aa3bfa6e2f6dda6827406cd618c184 /tests | |
parent | 5f0bdeabaafb696753d491b35eeee86f69d57507 (diff) | |
parent | 5a4ae4147313f52d50ff3bd9d74340a86175a5d9 (diff) | |
download | hakyll-6eb19c9eaacb6c9d0b1f9c3717bcaebbbf7cea19.tar.gz |
Merge pull request #385 from bergus/template
templateCompiler compiles resource body only
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Hakyll/Web/Template/Tests.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Hakyll/Web/Template/Tests.hs b/tests/Hakyll/Web/Template/Tests.hs index ea3a9b2..a975901 100644 --- a/tests/Hakyll/Web/Template/Tests.hs +++ b/tests/Hakyll/Web/Template/Tests.hs @@ -51,7 +51,7 @@ case01 = do out <- resourceString provider "template.html.out" tpl <- testCompilerDone store provider "template.html" $ - templateCompiler + templateBodyCompiler item <- testCompilerDone store provider "example.md" $ pandocCompiler >>= applyTemplate (itemBody tpl) testContext |