summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2013-01-14 15:05:24 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2013-01-14 15:05:24 +0100
commitd2aaf335c3919505212ba5ae8aa2780419971dd9 (patch)
treed993f9cb89470ea8e20ee9d46821b80312deea22 /tests
parent4280b75ef67a0c2224198ad1b30bd100cc56f7a4 (diff)
downloadhakyll-d2aaf335c3919505212ba5ae8aa2780419971dd9.tar.gz
Pattern version updates
Diffstat (limited to 'tests')
-rw-r--r--tests/Hakyll/Core/Identifier/Tests.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Hakyll/Core/Identifier/Tests.hs b/tests/Hakyll/Core/Identifier/Tests.hs
index 2518022..5c318e7 100644
--- a/tests/Hakyll/Core/Identifier/Tests.hs
+++ b/tests/Hakyll/Core/Identifier/Tests.hs
@@ -56,4 +56,5 @@ matchesTests = fromAssertions "matches"
, True @=? matches (complement "foo.markdown") "bar.markdown"
, False @=? matches (complement "foo.markdown") "foo.markdown"
, True @=? matches ("foo" .||. "bar") "bar"
+ , False @=? matches ("bar" .&&. hasNoVersion) (setVersion (Just "xz") "bar")
]