Commit db0965b2 authored by Andreas Jung's avatar Andreas Jung

made doc strings unique

parent 2ac2d73c
......@@ -166,20 +166,20 @@ class BasicTests(unittest.TestCase):
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")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment