diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-01-11 10:39:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-11 10:39:41 +0100 |
commit | 911b1e49abb88a533711ce55376d2893d6424d29 (patch) | |
tree | add3e83843cdc030ad38b1c33f40bdda419f457b /test/functional/ui/cmdline_highlight_spec.lua | |
parent | f0845197d868735dc97aac72738b69c639c634b3 (diff) | |
parent | 5055d4a755d3c100cddf51bded77abca04beb971 (diff) | |
download | rneovim-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.lua | 2 |
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() |