Extend bug fix of #1917 to summary command

This commit is contained in:
mrossinek 2019-01-04 01:05:54 +01:00 committed by Paul Beckingham
parent f5cd9cde05
commit 7cb341ee05
2 changed files with 38 additions and 39 deletions

View file

@ -74,9 +74,9 @@ class TestBug1904(TestCase):
def validate_order(self, out):
order = (
"a-b",
"a",
" b",
"a-b",
)
lines = out.splitlines(True)