diff options
| author | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2016-11-16 17:42:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-16 17:42:40 +0100 |
| commit | 0382eee8c86fe31082b9ecd44c40170d2f910cd5 (patch) | |
| tree | af85c9be7100bf753d08fddb1c46da6e57d0c390 /tests/Hakyll | |
| parent | e61d910ad88ea1ee3932a7b52007787370e2ed89 (diff) | |
| parent | f9f8603c323159510bc56e8d39d7cc0ae9ab3056 (diff) | |
| download | hakyll-0382eee8c86fe31082b9ecd44c40170d2f910cd5.tar.gz | |
Merge pull request #482 from nickie/fix-yaml-number
Fix integer fields in YAML metadata
Diffstat (limited to 'tests/Hakyll')
| -rw-r--r-- | tests/Hakyll/Web/Template/Tests.hs | 1 |
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 ] |
