Kaydet (Commit) 0902ce43 authored tarafından Terry Jan Reedy's avatar Terry Jan Reedy

Merge with 3.3

......@@ -69,8 +69,12 @@ class Get_signatureTest(unittest.TestCase):
self.assertEqual(signature(textwrap.TextWrapper), '''\
(width=70, initial_indent='', subsequent_indent='', expand_tabs=True,
replace_whitespace=True, fix_sentence_endings=False, break_long_words=True,
<<<<<<< local
drop_whitespace=True, break_on_hyphens=True, tabsize=8, *, max_lines=None,
placeholder=' [...]')''')
=======
drop_whitespace=True, break_on_hyphens=True, tabsize=8)''')
>>>>>>> other
def test_docline_truncation(self):
def f(): pass
......
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