[Zope-Checkins] CVS: Zope/lib/python/StructuredText/tests - testStructuredText.py:1.13.16.1
Andreas Jung
andreas@digicool.com
Mon, 25 Feb 2002 11:00:24 -0500
Update of /cvs-repository/Zope/lib/python/StructuredText/tests
In directory cvs.zope.org:/tmp/cvs-serv28242
Modified Files:
Tag: Zope-2_5-branch
testStructuredText.py
Log Message:
a string '_blablaq_' at the end of a line has not been recognized properly
to be represented as underline.
- updated tests and HTML references of regression suite
=== Zope/lib/python/StructuredText/tests/testStructuredText.py 1.13 => 1.13.16.1 ===
self._test("xx _this is html_ xx",
"xx <u>this is html</u> xx")
+
+ def testUnderline1(self):
+ """underline 1"""
+ self._test("xx _this is html_",
+ "<u>this is html</u>")
def testEmphasis(self):
""" emphasis """