diff options
Diffstat (limited to 'tests/Hakyll/Web/Template')
-rw-r--r-- | tests/Hakyll/Web/Template/Tests.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Hakyll/Web/Template/Tests.hs b/tests/Hakyll/Web/Template/Tests.hs index efbd392..36c4374 100644 --- a/tests/Hakyll/Web/Template/Tests.hs +++ b/tests/Hakyll/Web/Template/Tests.hs @@ -28,9 +28,9 @@ tests = fromAssertions "applyTemplate" -- Hamlet templates , applyTemplateAssertion readHamletTemplate applyTemplate "<head><title>notice</title></head><body>A paragraph</body>" - "<head\n\ + "<head>\n\ \ <title>#{title}\n\ - \<body\n\ + \<body>\n\ \ A paragraph\n" [("title", "notice")] |