mirror of
https://github.com/python/cpython.git
synced 2025-07-29 14:15:07 +00:00
Whitespace normalization.
This commit is contained in:
parent
9fef9b166e
commit
c65a13f53b
1 changed files with 1 additions and 2 deletions
|
@ -571,9 +571,8 @@ def test_pack_to_fn():
|
||||||
assertRaises(struct.error, pack_to, small_buf, 0, test_string)
|
assertRaises(struct.error, pack_to, small_buf, 0, test_string)
|
||||||
assertRaises(struct.error, pack_to, small_buf, 2, test_string)
|
assertRaises(struct.error, pack_to, small_buf, 2, test_string)
|
||||||
|
|
||||||
|
|
||||||
# Test methods to pack and unpack from buffers rather than strings.
|
# Test methods to pack and unpack from buffers rather than strings.
|
||||||
test_unpack_from()
|
test_unpack_from()
|
||||||
test_pack_to()
|
test_pack_to()
|
||||||
test_pack_to_fn()
|
test_pack_to_fn()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue