mirror of https://github.com/python/cpython.git
18 lines
338 B
Plaintext
18 lines
338 B
Plaintext
test_StringIO
|
|
abcdefghij
|
|
klmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
|
|
|
|
2
|
|
'abcdefghij'
|
|
'abcde'
|
|
Caught expected ValueError writing to closed StringIO:
|
|
I/O operation on closed file
|
|
abcdefghij
|
|
klmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
|
|
|
|
2
|
|
'abcdefghij'
|
|
'abcde'
|
|
Caught expected ValueError writing to closed StringIO:
|
|
I/O operation on closed file
|