mirror of
https://github.com/python/cpython.git
synced 2025-01-12 19:45:27 +08:00
20 lines
364 B
Plaintext
20 lines
364 B
Plaintext
test_StringIO
|
|
abcdefghij
|
|
klmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
|
|
|
|
2
|
|
'abcuvwxyz!'
|
|
'abcdefghij'
|
|
'abcde'
|
|
Caught expected ValueError writing to closed StringIO:
|
|
I/O operation on closed file
|
|
abcdefghij
|
|
klmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
|
|
|
|
2
|
|
'abcuvwxyz!'
|
|
'abcdefghij'
|
|
'abcde'
|
|
Caught expected ValueError writing to closed StringIO:
|
|
I/O operation on closed file
|