[Zope-Checkins] CVS: Zope/lib/python/StructuredText/tests - testStructuredText.py:1.15
Andreas Jung
andreas@digicool.com
Tue, 5 Mar 2002 10:43:47 -0500
Update of /cvs-repository/Zope/lib/python/StructuredText/tests
In directory cvs.zope.org:/tmp/cvs-serv30334/lib/python/StructuredText/tests
Modified Files:
testStructuredText.py
Log Message:
fixed typo
=== Zope/lib/python/StructuredText/tests/testStructuredText.py 1.14 => 1.15 ===
def testUnderscoresInLiteral1(self):
- """ underscores in literals shouldn't do unterlining """
+ """ underscores in literals shouldn't do underlining """
self._test("def __init__(self)",
"def __init__(self)")
def testUnderscoresInLiteral2(self):
- """ underscores in literals shouldn't do unterlining """
+ """ underscores in literals shouldn't do underlining """
self._test("this is '__a_literal__' eh",
"<code>__a_literal__</code>")
def testUnderlinesWithoutWithspaces(self):
- """ underscores in literals shouldn't do unterlining """
+ """ underscores in literals shouldn't do underlining """
self._test("Zopes structured_text is sometimes a night_mare",
"Zopes structured_text is sometimes a night_mare")