summaryrefslogtreecommitdiff
path: root/tests/Hakyll/Web/Urls/Relativize
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2012-11-28 10:24:09 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2012-11-28 10:26:23 +0100
commit2caa185504ec697b96b7bf28dd9d15d489777abf (patch)
treeeb31db743b9d850bd1c0566754cbebdb4521dba0 /tests/Hakyll/Web/Urls/Relativize
parentdb45ea9d8cb8fd199de2239b6bc28aff3ad53cce (diff)
downloadhakyll-2caa185504ec697b96b7bf28dd9d15d489777abf.tar.gz
Minimize <img>, patch by Chris Mears
Conflicts: tests/Hakyll/Web/Urls/Relativize/Tests.hs
Diffstat (limited to 'tests/Hakyll/Web/Urls/Relativize')
-rw-r--r--tests/Hakyll/Web/Urls/Relativize/Tests.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/Hakyll/Web/Urls/Relativize/Tests.hs b/tests/Hakyll/Web/Urls/Relativize/Tests.hs
index e14a2a4..802a1ca 100644
--- a/tests/Hakyll/Web/Urls/Relativize/Tests.hs
+++ b/tests/Hakyll/Web/Urls/Relativize/Tests.hs
@@ -9,7 +9,6 @@ module Hakyll.Web.Urls.Relativize.Tests
import Test.Framework (Test, testGroup)
import Test.HUnit ((@=?))
-
--------------------------------------------------------------------------------
import Hakyll.Web.Urls.Relativize
import TestSuite.Util
@@ -21,7 +20,7 @@ tests = testGroup "Hakyll.Web.Urls.Relativize.Tests" $
fromAssertions "relativizeUrls"
[ "<a href=\"../foo\">bar</a>" @=?
relativizeUrlsWith ".." "<a href=\"/foo\">bar</a>"
- , "<img src=\"../../images/lolcat.png\"></img>" @=?
+ , "<img src=\"../../images/lolcat.png\" />" @=?
relativizeUrlsWith "../.." "<img src=\"/images/lolcat.png\" />"
, "<a href=\"http://haskell.org\">Haskell</a>" @=?
relativizeUrlsWith "../.."