summaryrefslogtreecommitdiff
path: root/tests/Hakyll/Web/Template/Context/Tests.hs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Hakyll/Web/Template/Context/Tests.hs')
-rw-r--r--tests/Hakyll/Web/Template/Context/Tests.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Hakyll/Web/Template/Context/Tests.hs b/tests/Hakyll/Web/Template/Context/Tests.hs
index 202b745..3adedd8 100644
--- a/tests/Hakyll/Web/Template/Context/Tests.hs
+++ b/tests/Hakyll/Web/Template/Context/Tests.hs
@@ -45,6 +45,11 @@ testDateField = do
"posts/2018-09-26.md" "date" $
dateField "date" "%B %e, %Y"
date3 @=? "September 26, 2018"
+
+ date4 <- testContextDone store provider
+ "posts/2019/05/10/tomorrow.md" "date" $
+ dateField "date" "%B %e, %Y"
+ date4 @=? "May 10, 2019"
cleanTestEnv