Use parens instead of \ to continue line

This commit is contained in:
Florian Bruhin 2016-05-09 07:18:12 +02:00
parent 2c6826f9e0
commit 56f1d885f9

View File

@ -79,8 +79,8 @@ def test_auto_leave_insert_mode(quteproc):
quteproc.send_cmd(':enter-mode caret')
quteproc.send_cmd(':paste-primary')
expected_message = 'paste-primary: This command is only allowed in '\
'insert mode.'
expected_message = ('paste-primary: This command is only allowed in '
'insert mode.')
quteproc.mark_expected(category='message',
loglevel=logging.ERROR,
message=expected_message)