[py-configparser-cvs] r37 - trunk/tests

ehuelsmann at common-lisp.net ehuelsmann at common-lisp.net
Sun Mar 16 20:21:55 UTC 2008


Author: ehuelsmann
Date: Sun Mar 16 15:21:55 2008
New Revision: 37

Modified:
   trunk/tests/tests.lisp
Log:
Add comment about blank lines.

Modified: trunk/tests/tests.lisp
==============================================================================
--- trunk/tests/tests.lisp	(original)
+++ trunk/tests/tests.lisp	Sun Mar 16 15:21:55 2008
@@ -113,6 +113,7 @@
 ;; empty lines only
 (deftest basic.empty-lines-only
          (with-input-from-string (s "
+# The next two lines intentionally contain spaces-only
   
       
 ")



More information about the Py-configparser-cvs mailing list