mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Extend bug fix of #1917 to summary command
This commit is contained in:
parent
f5cd9cde05
commit
7cb341ee05
2 changed files with 38 additions and 39 deletions
|
@ -74,9 +74,9 @@ class TestBug1904(TestCase):
|
|||
|
||||
def validate_order(self, out):
|
||||
order = (
|
||||
"a-b",
|
||||
"a",
|
||||
" b",
|
||||
"a-b",
|
||||
)
|
||||
|
||||
lines = out.splitlines(True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue