diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Hakyll/Web/Urls/Tests.hs | 2 |
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><stdio></code>" @=? withUrls id "<code><stdio></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" |