mirror of
https://github.com/python/cpython.git
synced 2025-11-18 01:57:37 +00:00
21 lines
376 B
Text
21 lines
376 B
Text
test_StringIO
|
|
abcdefghij
|
|
klmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
|
|
|
|
2
|
|
'abcuvwxyz!'
|
|
'abc'
|
|
'abcdefghij'
|
|
'abcde'
|
|
Caught expected ValueError writing to closed StringIO:
|
|
I/O operation on closed file
|
|
abcdefghij
|
|
klmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
|
|
|
|
2
|
|
'abcuvwxyz!'
|
|
'abc'
|
|
'abcdefghij'
|
|
'abcde'
|
|
Caught expected ValueError writing to closed StringIO:
|
|
I/O operation on closed file
|