[Pkg-haskell-commits] [SCM] haskell-testpack branch, master, updated. debian/1.0.2-1-4-gb0d6b36

John Goerzen jgoerzen at complete.org
Fri Apr 23 15:07:56 UTC 2010


The following commit has been merged in the master branch:
commit 731631fb68727e5c3629756f460e9d823da8431c
Author: John Goerzen <jgoerzen at complete.org>
Date:   Wed Apr 5 03:31:43 2006 +0100

    Fixed syntax error in Strtest.hs

diff --git a/testsrc/Strtest.hs b/testsrc/Strtest.hs
index d5b1559..1bd7262 100644
--- a/testsrc/Strtest.hs
+++ b/testsrc/Strtest.hs
@@ -52,7 +52,7 @@ test_strip =
                     ("abc def", "abc def")]
 
 test_splitWs =
-    let f inp exp = TestCase $ exp @=? splitWs inp
+    let f exp inp = TestCase $ exp @=? splitWs inp
         in [
             f [] "    ",
             f [] "",

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list