[Zope-Checkins] CVS: Zope/lib/python/StructuredText/tests - testStructuredText.py:1.15.50.1
Matt Behrens
matt@zigg.com
Wed, 29 May 2002 15:45:54 -0400
Update of /cvs-repository/Zope/lib/python/StructuredText/tests
In directory cvs.zope.org:/tmp/cvs-serv18366/lib/python/StructuredText/tests
Modified Files:
Tag: zigg_unix-install-control-config-branch
testStructuredText.py
Log Message:
Merge in HEAD (except setup.py... gotta chat about that one) :-)
=== Zope/lib/python/StructuredText/tests/testStructuredText.py 1.15 => 1.15.50.1 ===
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")