tests/cpydiff: Remove types_str_decodeerror now that it succeeds.
Commit 68c28174d0e0ec3f6b1461aea3a0b6a1b84610bb implemented checking for valid utf-8 data.
This commit is contained in:
parent
4b5111f8e1
commit
cd9d71edc8
@ -1,11 +0,0 @@
|
||||
"""
|
||||
categories: Types,str
|
||||
description: UnicodeDecodeError not raised when expected
|
||||
cause: Unknown
|
||||
workaround: Unknown
|
||||
"""
|
||||
try:
|
||||
print(repr(str(b"\xa1\x80", 'utf8')))
|
||||
print('Should not get here')
|
||||
except UnicodeDecodeError:
|
||||
print('UnicodeDecodeError')
|
Loading…
x
Reference in New Issue
Block a user