]> granicus.if.org Git - python/commit
Add test_em_dash() to WrapTestCase to make sure that TextWrapper handles
authorGreg Ward <gward@python.net>
Thu, 22 Aug 2002 19:47:27 +0000 (19:47 +0000)
committerGreg Ward <gward@python.net>
Thu, 22 Aug 2002 19:47:27 +0000 (19:47 +0000)
commit9ad15a3dff45359d5d6184764c9edae6f5298b29
tree5d9e7864a3dc29791b27aa1205399156926a48e3
parent32c2ae7f4ac0594dc180efc8440f6a62eee164d6
Add test_em_dash() to WrapTestCase to make sure that TextWrapper handles
em-dashes -- like this -- properly.  (Also--like this.  Although this
usage may be incompatible with fixing bug #596434; we shall see.)
Lib/test/test_textwrap.py