Break long lines
This commit is contained in:
parent
ddbb6b5198
commit
d4899240de
@ -112,8 +112,10 @@ def test_suggestions_special(keyhint, config_stub):
|
||||
assert keyhint.text() == expected_text(
|
||||
('<Ctrl+c>', 'yellow', 'a', 'message-info cmd-Cca'),
|
||||
('<Ctrl+c>', 'yellow', 'c', 'message-info cmd-Ccc'),
|
||||
('<Ctrl+c>', 'yellow', '<Ctrl+c>', 'message-info cmd-CcCc'),
|
||||
('<Ctrl+c>', 'yellow', '<Ctrl+x>', 'message-info cmd-CcCx'))
|
||||
('<Ctrl+c>', 'yellow', '<Ctrl+c>',
|
||||
'message-info cmd-CcCc'),
|
||||
('<Ctrl+c>', 'yellow', '<Ctrl+x>',
|
||||
'message-info cmd-CcCx'))
|
||||
|
||||
|
||||
def test_suggestions_with_count(keyhint, config_stub, monkeypatch, stubs):
|
||||
|
Loading…
Reference in New Issue
Block a user