diff options
author | Jasper Van der Jeugt <m@jaspervdj.be> | 2012-06-10 16:05:50 +0200 |
---|---|---|
committer | Jasper Van der Jeugt <m@jaspervdj.be> | 2012-06-10 16:05:50 +0200 |
commit | 849d1f3236dff4aa21b80028742b903d29c7701f (patch) | |
tree | 2aebf16ca10db572854b3bc5fcbef6c13cb31bb1 /tests/Hakyll | |
parent | 77ebb46ebae337cae0d7c14399dbfcd8139c72b0 (diff) | |
download | hakyll-849d1f3236dff4aa21b80028742b903d29c7701f.tar.gz |
Add test for #69, minor edits
Diffstat (limited to 'tests/Hakyll')
-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" |