Author: justi9
Date: 2010-01-27 10:13:55 -0500 (Wed, 27 Jan 2010)
New Revision: 3823
Added:
mgmt/trunk/parsley/bin/
mgmt/trunk/parsley/bin/parsley-test
Log:
Add a test for parsley's collectionsex module
Added: mgmt/trunk/parsley/bin/parsley-test
===================================================================
--- mgmt/trunk/parsley/bin/parsley-test (rev 0)
+++ mgmt/trunk/parsley/bin/parsley-test 2010-01-27 15:13:55 UTC (rev 3823)
@@ -0,0 +1,6 @@
+#!/usr/bin/python
+
+from parsley.collectionsex import *
+
+x = defaultdict(list)
+x["a"].append(1)
Property changes on: mgmt/trunk/parsley/bin/parsley-test
___________________________________________________________________
Name: svn:executable
+ *
Show replies by date