summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2014-05-09 11:51:12 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2014-05-09 11:51:12 +0200
commit0639a73c24508a93e422d97d126d8ec261ecb77e (patch)
tree6334f952e035b6db437f9240aea89748764dcc70 /tests
parent8229765cbdf971c15e18fc8eb5a5733340b57739 (diff)
parent43c2aeae54253157725c6a58318fff9f2776f108 (diff)
downloadhakyll-0639a73c24508a93e422d97d126d8ec261ecb77e.tar.gz
Merge branch 'master' of github.com:jaspervdj/hakyll
Diffstat (limited to 'tests')
-rw-r--r--tests/Hakyll/Web/Html/Tests.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Hakyll/Web/Html/Tests.hs b/tests/Hakyll/Web/Html/Tests.hs
index e150ea2..bad5ebc 100644
--- a/tests/Hakyll/Web/Html/Tests.hs
+++ b/tests/Hakyll/Web/Html/Tests.hs
@@ -59,6 +59,8 @@ tests = testGroup "Hakyll.Web.Html.Tests" $ concat
, "." @=? toSiteRoot "index.html"
, "." @=? toSiteRoot "/index.html"
, "../.." @=? toSiteRoot "foo/bar/qux"
+ , ".." @=? toSiteRoot "./foo/bar.html"
+ , ".." @=? toSiteRoot "/foo/./bar.html"
]
, fromAssertions "isExternal"