[Zope-Checkins] CVS: Packages/ZConfig/tests/input - simple.conf:1.2
Fred L. Drake, Jr.
fdrake@acm.org
Mon, 21 Oct 2002 14:59:56 -0400
Update of /cvs-repository/Packages/ZConfig/tests/input
In directory cvs.zope.org:/tmp/cvs-serv18107/tests/input
Modified Files:
simple.conf
Log Message:
Added getlist(), has_key(), and __getitem__(), and related tests and
documentation.
=== Packages/ZConfig/tests/input/simple.conf 1.1 => 1.2 ===
--- Packages/ZConfig/tests/input/simple.conf:1.1 Tue Oct 8 17:42:17 2002
+++ Packages/ZConfig/tests/input/simple.conf Mon Oct 21 14:59:55 2002
@@ -1,3 +1,5 @@
+empty
+
var1 abc
int-var 12
float-var 12.02
@@ -10,3 +12,8 @@
false-var-1 false
false-var-2 off
false-var-3 no
+
+list-1
+list-2 abc
+list-3 abc def ghi
+list-4 [ what now? ]