summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2010-01-10 13:26:57 +0100
committerJasper Van der Jeugt <jaspervdj@gmail.com>2010-01-10 13:26:57 +0100
commit6a2e6998b125024e9260d26819c262e0e7d22c8d (patch)
treeb00286fa709701e6e072e84d4f7225d8d6fbd801 /tests
parentbc71d54ab732d71e2f1a3c5e3dce9f3231334605 (diff)
downloadhakyll-6a2e6998b125024e9260d26819c262e0e7d22c8d.tar.gz
Worked on substitution.
Diffstat (limited to 'tests')
-rw-r--r--tests/Tests.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Tests.hs b/tests/Tests.hs
index e056b4b..38b072a 100644
--- a/tests/Tests.hs
+++ b/tests/Tests.hs
@@ -99,7 +99,7 @@ test_render_date2 = M.lookup (B.pack "date") rendered @?= Just (B.pack "Unknown
-- toRoot test cases
test_to_root1 = toRoot "/posts/foo.html" @?= ".."
test_to_root2 = toRoot "posts/foo.html" @?= ".."
-test_to_root3 = toRoot "foo.html" @?= ""
+test_to_root3 = toRoot "foo.html" @?= "."
-- Add an extension, and test that they have that extension
prop_having_extension_count names extension =