yesod-core 1.4.18 → 1.4.18.1
raw patch · 2 files changed
+1/−12 lines, 2 files
Files
- test/RouteSpec.hs +0/−11
- yesod-core.cabal +1/−1
test/RouteSpec.hs view
@@ -295,17 +295,6 @@ /!#foo Foo5 |] findOverlapNames routes @?= []- it "detects overlaps in a hierarchy" $ do- let routes = [parseRoutesNoCheck|-/foo/before FooBeforeR GET-/foo/nested FooSlashNestedR GET-/foo FooR:- /nested FooNestedR GET-/foo/after FooAfterR GET-|]- findOverlapNames routes @?=- [ ("FooSlashNestedR", "")- ] it "proper boolean logic" $ do let routes = [parseRoutesNoCheck| /foo/bar Foo1
yesod-core.cabal view
@@ -1,5 +1,5 @@ name: yesod-core-version: 1.4.18+version: 1.4.18.1 license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>