mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +00:00
Fix a bunch of doctests with the -d option of refactor.py.
We still have 27 failing tests (down from 39).
This commit is contained in:
parent
4502c804b9
commit
7131f84400
24 changed files with 217 additions and 217 deletions
|
@ -40,9 +40,9 @@ def test_silly_setup():
|
|||
def w_blank():
|
||||
"""
|
||||
>>> if 1:
|
||||
... print 'a'
|
||||
... print
|
||||
... print 'b'
|
||||
... print('a')
|
||||
... print()
|
||||
... print('b')
|
||||
a
|
||||
<BLANKLINE>
|
||||
b
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue