mirror of
https://github.com/python/cpython.git
synced 2026-04-13 15:20:52 +00:00
17 lines
338 B
Text
17 lines
338 B
Text
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
|