packages feed

wai-test 2.0.1.1 → 2.0.1.2

raw patch · 2 files changed

+5/−1 lines, 2 files

Files

test/Network/Wai/TestSpec.hs view
@@ -18,6 +18,10 @@     it "sets pathInfo" $ do       pathInfo req `shouldBe` ["foo", "bar", "baz"] +    it "utf8 path" $+      pathInfo (setPath defaultRequest "/foo/%D7%A9%D7%9C%D7%95%D7%9D/bar") `shouldBe`+        ["foo", "שלום", "bar"]+     it "sets rawPathInfo" $ do       rawPathInfo req `shouldBe` "/foo/bar/baz" 
wai-test.cabal view
@@ -1,5 +1,5 @@ name:            wai-test-version:         2.0.1.1+version:         2.0.1.2 license:         MIT license-file:    LICENSE author:          Michael Snoyman <michael@snoyman.com>