projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43b1033
)
test for 'print a,'
author
Stefan Behnel
<scoder@users.berlios.de>
Mon, 18 Aug 2008 05:48:49 +0000
(07:48 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Mon, 18 Aug 2008 05:48:49 +0000
(07:48 +0200)
tests/run/print.pyx
patch
|
blob
|
history
diff --git
a/tests/run/print.pyx
b/tests/run/print.pyx
index 9937dc3e2cc01d9fd9228da17849875df1834e2d..590581b81b597f8762c41c99242431660b3d9658 100644
(file)
--- a/
tests/run/print.pyx
+++ b/
tests/run/print.pyx
@@
-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"