From 87735f9778d759da7059a0e8d00c91e888a06673 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Sun, 20 Jan 2013 15:51:23 +0100 Subject: Fix issue with tagsoup renderTags --- tests/Hakyll/Web/Html/Tests.hs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/Hakyll/Web/Html') diff --git a/tests/Hakyll/Web/Html/Tests.hs b/tests/Hakyll/Web/Html/Tests.hs index 35ffe27..1c17f5c 100644 --- a/tests/Hakyll/Web/Html/Tests.hs +++ b/tests/Hakyll/Web/Html/Tests.hs @@ -36,6 +36,10 @@ tests = testGroup "Hakyll.Web.Html.Tests" $ concat withUrls id "<stdio>" , "" @=? withUrls id "" + + -- Test minimizing elements + , "" @=? + withUrls id "" ] , fromAssertions "toUrl" -- cgit v1.2.3