mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Whitespace normalization.
This commit is contained in:
parent
2f93e28a19
commit
527e64fd68
18 changed files with 65 additions and 65 deletions
|
@ -409,7 +409,7 @@ utfTests = [(u'A\u2262\u0391.', 'A+ImIDkQ.'), # RFC2152 example
|
|||
for x,y in utfTests:
|
||||
verify( x.encode('utf-7') == y )
|
||||
|
||||
try:
|
||||
try:
|
||||
unicode('+3ADYAA-', 'utf-7') # surrogates not supported
|
||||
except UnicodeError:
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue