summaryrefslogtreecommitdiff
path: root/tests/Hakyll/Web/Urls
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Hakyll/Web/Urls')
-rw-r--r--tests/Hakyll/Web/Urls/Tests.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Hakyll/Web/Urls/Tests.hs b/tests/Hakyll/Web/Urls/Tests.hs
index d7bd3a6..72b6687 100644
--- a/tests/Hakyll/Web/Urls/Tests.hs
+++ b/tests/Hakyll/Web/Urls/Tests.hs
@@ -23,6 +23,8 @@ tests = concat
withUrls id "<script>\"sup\"</script>"
, "<code>&lt;stdio&gt;</code>" @=?
withUrls id "<code>&lt;stdio&gt;</code>"
+ , "<style>body > p { line-height: 1.3 }</style>" @=?
+ withUrls id "<style>body > p { line-height: 1.3 }</style>"
]
, fromAssertions "toUrl"
[ "/foo/bar.html" @=? toUrl "foo/bar.html"