[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 14:46:59 UTC 2010


The following commit has been merged in the master branch:
commit 1b45757fd15bafb653242d95a096caffbda21119
Author: John Goerzen <jgoerzen at complete.org>
Date:   Mon Nov 15 12:18:12 2004 +0100

    Added one more generic test
    
    Keywords:
    
    
    (jgoerzen at complete.org--projects/missingh--head--0.5--patch-54)

diff --git a/ChangeLog b/ChangeLog
index 764d103..0c11570 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,18 @@
 # arch-tag: automatic-ChangeLog--jgoerzen at complete.org--projects/missingh--head--0.5
 #
 
+2004-11-15 05:18:12 GMT	John Goerzen <jgoerzen at complete.org>	patch-54
+
+    Summary:
+      Added one more generic test
+    Revision:
+      missingh--head--0.5--patch-54
+
+
+    modified files:
+     ChangeLog testsrc/Printftest.hs
+
+
 2004-11-15 05:15:56 GMT	John Goerzen <jgoerzen at complete.org>	patch-53
 
     Summary:
diff --git a/testsrc/Printftest.hs b/testsrc/Printftest.hs
index 6b6f3aa..5f6bd27 100644
--- a/testsrc/Printftest.hs
+++ b/testsrc/Printftest.hs
@@ -42,6 +42,7 @@ test_vsprintf_generics =
     "fe" @=? vsprintf "%x" (254::Int)
     "FE" @=? vsprintf "%X" (254::Int)
     "10" @=? vsprintf "%o" (8::Int)
+    "10 3.140" @=? sprintf "%d %.3f" [v (10::Int), v (3.14::Float)]
 
 test_vsprintf_strings =
     do

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list