White space and merge cleanup.

This commit is contained in:
Terry Jan Reedy 2014-01-26 20:24:35 -05:00
parent 0902ce437d
commit 76964877e3

View file

@ -69,12 +69,8 @@ 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