diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2000-09-19 16:35:39 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2000-09-19 16:35:39 (GMT) |
commit | b96e0e5e65e957235f2b4e4aeaf3041f590af014 (patch) | |
tree | 84cc2d9822e65f0590d34548d10bd3137b563eaf /Lib/test/output/test_StringIO | |
parent | 89c528b02d5fad6a211f3f9e6915677e1baa7806 (diff) | |
download | cpython-b96e0e5e65e957235f2b4e4aeaf3041f590af014.zip cpython-b96e0e5e65e957235f2b4e4aeaf3041f590af014.tar.gz cpython-b96e0e5e65e957235f2b4e4aeaf3041f590af014.tar.bz2 |
New test cases for the StringIO module
Diffstat (limited to 'Lib/test/output/test_StringIO')
-rw-r--r-- | Lib/test/output/test_StringIO | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Lib/test/output/test_StringIO b/Lib/test/output/test_StringIO new file mode 100644 index 0000000..505023a --- /dev/null +++ b/Lib/test/output/test_StringIO @@ -0,0 +1,9 @@ +test_StringIO +abcdefghij +klmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ + +2 +abcdefghij +klmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ + +2 |