From fad9134fd4957c4c38e0dd7e1263ea5bfc8af32c Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Sat, 10 Aug 2013 16:18:59 +0200 Subject: Add functionField again --- tests/Hakyll/Web/Template/Tests.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/Hakyll') diff --git a/tests/Hakyll/Web/Template/Tests.hs b/tests/Hakyll/Web/Template/Tests.hs index 1d80a06..8763147 100644 --- a/tests/Hakyll/Web/Template/Tests.hs +++ b/tests/Hakyll/Web/Template/Tests.hs @@ -58,6 +58,7 @@ testContext = mconcat n1 <- makeItem "Jan" n2 <- makeItem "Piet" return [n1, n2] + , functionField "rev" $ \args _ -> return $ unwords $ map reverse args ] where -- cgit v1.2.3