summaryrefslogtreecommitdiff
path: root/tests/Hakyll/Web/Urls
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2012-06-10 16:05:50 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2012-06-10 16:05:50 +0200
commit849d1f3236dff4aa21b80028742b903d29c7701f (patch)
tree2aebf16ca10db572854b3bc5fcbef6c13cb31bb1 /tests/Hakyll/Web/Urls
parent77ebb46ebae337cae0d7c14399dbfcd8139c72b0 (diff)
downloadhakyll-849d1f3236dff4aa21b80028742b903d29c7701f.tar.gz
Add test for #69, minor edits
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"