]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
SF #965425: add WrapTestCase.test_punct_hyphens() to ensure that
authorGreg Ward <gward@python.net>
Thu, 3 Jun 2004 01:51:27 +0000 (01:51 +0000)
committerGreg Ward <gward@python.net>
Thu, 3 Jun 2004 01:51:27 +0000 (01:51 +0000)
commit9284494dae487a59e63d175ad32be5df190e633e
tree6683a83b8b46c7db28f45a078fc415f14e30054a
parenteddb8b7958db32ad2af6e17b90f21ced843a44e0
SF #965425: add WrapTestCase.test_punct_hyphens() to ensure that
hyphenated words wrapped in punctuation, like "foo-bar" or [ding-dong],
are split correctly.
Lib/test/test_textwrap.py