mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Text: Fixed extractLines where hyphenation is off
This commit is contained in:
parent
db3cfc939d
commit
716936acaa
2 changed files with 5 additions and 5 deletions
|
@ -54,7 +54,7 @@ class TestHyphenation(TestCase):
|
|||
"""Verify hyphenation in the absence of white space"""
|
||||
self.t("add AAAAAAAAAABBBBBBBBBBCCCCCCCCCC")
|
||||
code, out, err = self.t("ls")
|
||||
self.assertIn("1 AAAAAAAAAABBBB-\n", out)
|
||||
self.assertIn(" 1 AAAAAAAAAABBBBBB-\n", out)
|
||||
|
||||
class TestBug804(TestCase):
|
||||
def setUp(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue