diff options
Diffstat (limited to 'Lib/test/output/test_StringIO')
-rw-r--r-- | Lib/test/output/test_StringIO | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/test/output/test_StringIO b/Lib/test/output/test_StringIO index e2c5c31..e2b2893 100644 --- a/Lib/test/output/test_StringIO +++ b/Lib/test/output/test_StringIO @@ -3,6 +3,7 @@ abcdefghij klmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ 2 +'abcuvwxyz!' 'abcdefghij' 'abcde' Caught expected ValueError writing to closed StringIO: @@ -11,6 +12,7 @@ abcdefghij klmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ 2 +'abcuvwxyz!' 'abcdefghij' 'abcde' Caught expected ValueError writing to closed StringIO: |