Commit 67e09ee7 authored by Stefan Behnel's avatar Stefan Behnel

test for 'print a,'

parent 43b10334
...@@ -3,12 +3,15 @@ __doc__ = u""" ...@@ -3,12 +3,15 @@ __doc__ = u"""
<BLANKLINE> <BLANKLINE>
1 1
1 test 1 test
1 test
1 test 42 spam 1 test 42 spam
""" """
def f(a, b): def f(a, b):
print print
print a print a
print a,
print b
print a, b print a, b
print a, b, print a, b,
print 42, u"spam" print 42, u"spam"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment