mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Whitespace normalization.
This commit is contained in:
parent
f655328483
commit
8ac1495a6a
20 changed files with 100 additions and 101 deletions
|
|
@ -68,7 +68,7 @@ def test(method, input, output, *args):
|
|||
exc = sys.exc_info()[:2]
|
||||
if value is input:
|
||||
if verbose:
|
||||
print 'no'
|
||||
print 'no'
|
||||
print '*',f, `input`, `output`, `value`
|
||||
return
|
||||
if value != output or type(value) is not type(output):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue