From e77564f1b292d6021a29565c1d12c89ff6881e3c Mon Sep 17 00:00:00 2001 From: Duncan Date: Sun, 16 Aug 2015 15:49:56 +1200 Subject: Add "poster" as a URL attribute --- tests/Hakyll/Web/Html/RelativizeUrls/Tests.hs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') diff --git a/tests/Hakyll/Web/Html/RelativizeUrls/Tests.hs b/tests/Hakyll/Web/Html/RelativizeUrls/Tests.hs index 7799217..4d9421e 100644 --- a/tests/Hakyll/Web/Html/RelativizeUrls/Tests.hs +++ b/tests/Hakyll/Web/Html/RelativizeUrls/Tests.hs @@ -22,6 +22,9 @@ tests = testGroup "Hakyll.Web.Html.RelativizeUrls.Tests" $ relativizeUrlsWith ".." "bar" , "" @=? relativizeUrlsWith "../.." "" + , "" @=? + relativizeUrlsWith "../.." + "" , "Haskell" @=? relativizeUrlsWith "../.." "Haskell" -- cgit v1.2.3