cpython/Lib/test/output/test_StringIO

22 lines
376 B
Plaintext
Raw Normal View History

2000-09-19 16:35:39 +00:00
test_StringIO
abcdefghij
klmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
2
'abcuvwxyz!'
'abc'
'abcdefghij'
'abcde'
Caught expected ValueError writing to closed StringIO:
I/O operation on closed file
2000-09-19 16:35:39 +00:00
abcdefghij
klmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
2
'abcuvwxyz!'
'abc'
'abcdefghij'
'abcde'
Caught expected ValueError writing to closed StringIO:
I/O operation on closed file