mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Whitespace normalization. Leaving tokenize_tests.py alone for now.
This commit is contained in:
parent
be4cbb1668
commit
d2bf3b7ca6
9 changed files with 41 additions and 44 deletions
|
@ -17,7 +17,7 @@ def check(a, b):
|
|||
|
||||
# test codec's full path name (see test/testcodec.py)
|
||||
codecname = 'test.testcodec'
|
||||
|
||||
|
||||
check(unicode('abc', codecname), u'abc')
|
||||
check(unicode('xdef', codecname), u'abcdef')
|
||||
check(unicode('defx', codecname), u'defabc')
|
||||
|
@ -41,4 +41,3 @@ except UnicodeError:
|
|||
print '\\001 maps to undefined: OK'
|
||||
else:
|
||||
print '*** check failed: \\001 does not map to undefined'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue