File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1515# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717#
18- # $Id: test_mailsplit.py,v 1.6 2001-10-21 03:35:13 richard Exp $
18+ # $Id: test_mailsplit.py,v 1.7 2001-10-23 00:57:32 richard Exp $
1919
2020import unittest , cStringIO
2121
@@ -86,7 +86,6 @@ def testSimple(self):
8686 def testParagraphs (self ):
8787 s = '''testing\n \n testing\n \n testing'''
8888 summary , content = parseContent (s )
89- print `summary` , `content`
9089 self .assertEqual (summary , 'testing' )
9190 self .assertEqual (content , 'testing\n \n testing\n \n testing' )
9291
@@ -102,6 +101,9 @@ def suite():
102101
103102#
104103# $Log: not supported by cvs2svn $
104+ # Revision 1.6 2001/10/21 03:35:13 richard
105+ # bug #473125: Paragraph in e-mails
106+ #
105107# Revision 1.5 2001/08/07 00:24:43 richard
106108# stupid typo
107109#
You can’t perform that action at this time.
0 commit comments