mirror of
https://github.com/python/cpython.git
synced 2025-10-09 08:31:26 +00:00
Whitespace normalization.
This commit is contained in:
parent
0e43db5baa
commit
27f883687b
15 changed files with 26 additions and 35 deletions
|
@ -101,7 +101,7 @@ class BinASCIITest(unittest.TestCase):
|
|||
self.assertEqual(binascii.a2b_uu("\xff"), "\x00"*31)
|
||||
self.assertRaises(binascii.Error, binascii.a2b_uu, "\xff\x00")
|
||||
self.assertRaises(binascii.Error, binascii.a2b_uu, "!!!!")
|
||||
|
||||
|
||||
self.assertRaises(binascii.Error, binascii.b2a_uu, 46*"!")
|
||||
|
||||
def test_crc32(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue