test for 'print a,'
authorStefan Behnel <scoder@users.berlios.de>
Mon, 18 Aug 2008 05:48:49 +0000 (07:48 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Mon, 18 Aug 2008 05:48:49 +0000 (07:48 +0200)
tests/run/print.pyx

index 9937dc3e2cc01d9fd9228da17849875df1834e2d..590581b81b597f8762c41c99242431660b3d9658 100644 (file)
@@ -3,12 +3,15 @@ __doc__ = u"""
     <BLANKLINE>
     1
     1 test
+    1 test
     1 test 42 spam
 """
 
 def f(a, b):
     print
     print a
+    print a,
+    print b
     print a, b
     print a, b,
     print 42, u"spam"