Use parens instead of \ to continue line
This commit is contained in:
parent
2c6826f9e0
commit
56f1d885f9
@ -79,8 +79,8 @@ def test_auto_leave_insert_mode(quteproc):
|
|||||||
quteproc.send_cmd(':enter-mode caret')
|
quteproc.send_cmd(':enter-mode caret')
|
||||||
quteproc.send_cmd(':paste-primary')
|
quteproc.send_cmd(':paste-primary')
|
||||||
|
|
||||||
expected_message = 'paste-primary: This command is only allowed in '\
|
expected_message = ('paste-primary: This command is only allowed in '
|
||||||
'insert mode.'
|
'insert mode.')
|
||||||
quteproc.mark_expected(category='message',
|
quteproc.mark_expected(category='message',
|
||||||
loglevel=logging.ERROR,
|
loglevel=logging.ERROR,
|
||||||
message=expected_message)
|
message=expected_message)
|
||||||
|
Loading…
Reference in New Issue
Block a user