summaryrefslogtreecommitdiffstats
path: root/Lib/test/output/test_StringIO
blob: 992d5340d977ecefb5f2959182abf66cec705a34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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