[Zope-Checkins] CVS: Zope/lib/python/StructuredText/tests - testStructuredText.py:1.16

Andreas Jung andreas@digicool.com
Tue, 28 May 2002 13:43:23 -0400


Update of /cvs-repository/Zope/lib/python/StructuredText/tests
In directory cvs.zope.org:/tmp/cvs-serv30877/lib/python/StructuredText/tests

Modified Files:
	testStructuredText.py 
Log Message:
made doc strings unique


=== Zope/lib/python/StructuredText/tests/testStructuredText.py 1.15 => 1.16 ===
     
     def testUnderscoresInLiteral1(self):
-        """ underscores in literals shouldn't do underlining """
+        """ underscores in literals shouldn't do underlining (1)"""
 
         self._test("def __init__(self)",
                    "def __init__(self)")
 
     def testUnderscoresInLiteral2(self):
-        """ underscores in literals shouldn't do underlining """
+        """ underscores in literals shouldn't do underlining (2)"""
 
         self._test("this is '__a_literal__' eh",
                    "<code>__a_literal__</code>")
 
 
     def testUnderlinesWithoutWithspaces(self):
-        """ underscores in literals shouldn't do underlining """
+        """ underscores in literals shouldn't do underlining (3)"""
 
         self._test("Zopes structured_text is sometimes a night_mare",
                    "Zopes structured_text is sometimes a night_mare")