changeset: 71146:76452b892838 parent: 71144:ce52310f61a0 user: Georg Brandl date: Sun Jul 03 19:22:42 2011 +0200 files: Lib/test/test_csv.py description: Remove mention of medical condition from the test suite. diff -r ce52310f61a0 -r 76452b892838 Lib/test/test_csv.py --- a/Lib/test/test_csv.py Sun Jul 03 13:17:06 2011 +0200 +++ b/Lib/test/test_csv.py Sun Jul 03 19:22:42 2011 +0200 @@ -459,20 +459,20 @@ '5', '6']]) def test_quoted_quote(self): - self.readerAssertEqual('1,2,3,"""I see,"" said the blind man","as he picked up his hammer and saw"', + self.readerAssertEqual('1,2,3,"""I see,"" said the happy man","as he picked up his hammer and saw"', [['1', '2', '3', - '"I see," said the blind man', + '"I see," said the happy man', 'as he picked up his hammer and saw']]) def test_quoted_nl(self): input = '''\ 1,2,3,"""I see,"" -said the blind man","as he picked up his +said the happy man","as he picked up his hammer and saw" 9,8,7,6''' self.readerAssertEqual(input, [['1', '2', '3', - '"I see,"\nsaid the blind man', + '"I see,"\nsaid the happy man', 'as he picked up his\nhammer and saw'], ['9','8','7','6']])

AltStyle によって変換されたページ (->オリジナル) /