mirror of https://github.com/python/cpython
remove extra ws
This commit is contained in:
parent
e3bfe19358
commit
68389eaa3f
|
@ -48,4 +48,3 @@ class TestCEncodeBasestringAscii(TestEncodeBasestringAscii, CTest):
|
|||
s = "\uffff"*((2**32)//6 + 1)
|
||||
with self.assertRaises(OverflowError):
|
||||
self.json.encoder.encode_basestring_ascii(s)
|
||||
|
||||
|
|
Loading…
Reference in New Issue