[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:48:30 UTC 2010


The following commit has been merged in the master branch:
commit a6f5003515bd24567d08f9e0f7a058b71baf8f27
Author: John Goerzen <jgoerzen at complete.org>
Date:   Tue Nov 23 05:49:29 2004 +0100

    new tests
    
    Keywords:
    
    
    (jgoerzen at complete.org--projects/missingh--head--0.5--patch-110)

diff --git a/ChangeLog b/ChangeLog
index dea45af..1464aec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,18 @@
 # arch-tag: automatic-ChangeLog--jgoerzen at complete.org--projects/missingh--head--0.5
 #
 
+2004-11-22 22:49:29 GMT	John Goerzen <jgoerzen at complete.org>	patch-110
+
+    Summary:
+      new tests
+    Revision:
+      missingh--head--0.5--patch-110
+
+
+    modified files:
+     ChangeLog testsrc/ConfigParser/Maintest.hs
+
+
 2004-11-22 22:48:09 GMT	John Goerzen <jgoerzen at complete.org>	patch-109
 
     Summary:
diff --git a/testsrc/ConfigParser/Maintest.hs b/testsrc/ConfigParser/Maintest.hs
index 93dd4c8..691e539 100644
--- a/testsrc/ConfigParser/Maintest.hs
+++ b/testsrc/ConfigParser/Maintest.hs
@@ -45,6 +45,10 @@ test_basic =
            do let cp = p "[sect1]\nfoo: bar\n"
               ["sect1"] @=? sections cp
               "bar" @=? get cp "sect1" "foo"
+        , f "comments in option text"
+            "[s1]\no1: v1#v2\n"
+            "v1#v2" (\cp -> get cp "s1" "o1")
+         
         ]
 
 {-

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list