aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/cmdline_highlight_spec.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-01-11 10:39:41 +0100
committerGitHub <noreply@github.com>2018-01-11 10:39:41 +0100
commit911b1e49abb88a533711ce55376d2893d6424d29 (patch)
treeadd3e83843cdc030ad38b1c33f40bdda419f457b /test/functional/ui/cmdline_highlight_spec.lua
parentf0845197d868735dc97aac72738b69c639c634b3 (diff)
parent5055d4a755d3c100cddf51bded77abca04beb971 (diff)
downloadrneovim-911b1e49abb88a533711ce55376d2893d6424d29.tar.gz
rneovim-911b1e49abb88a533711ce55376d2893d6424d29.tar.bz2
rneovim-911b1e49abb88a533711ce55376d2893d6424d29.zip
Merge #7821 'api: nvim_command_output'
Diffstat (limited to 'test/functional/ui/cmdline_highlight_spec.lua')
-rw-r--r--test/functional/ui/cmdline_highlight_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/ui/cmdline_highlight_spec.lua b/test/functional/ui/cmdline_highlight_spec.lua
index 73fe94c056..ffb6a26aef 100644
--- a/test/functional/ui/cmdline_highlight_spec.lua
+++ b/test/functional/ui/cmdline_highlight_spec.lua
@@ -849,7 +849,7 @@ describe('Ex commands coloring support', function()
{EOB:~ }|
|
]])
- eq('\nError detected while processing :\nE605: Exception not caught: 42',
+ eq('Error detected while processing :\nE605: Exception not caught: 42',
meths.command_output('messages'))
end)
it('errors out when failing to get callback', function()