summaryrefslogtreecommitdiffstats
path: root/src/testdir/test49.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-01-16 22:02:49 +0000
committerBram Moolenaar <Bram@vim.org>2005-01-16 22:02:49 +0000
commit9cd15160b80729c42b53874d1cf43d4d72c92f02 (patch)
tree17d8fbb76d7e6cb563369e4504209555e26815dc /src/testdir/test49.vim
parent0cf6f545ac227b02bb505adc2afad97a16555ae1 (diff)
updated for version 7.0040
Diffstat (limited to 'src/testdir/test49.vim')
-rw-r--r--src/testdir/test49.vim4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/testdir/test49.vim b/src/testdir/test49.vim
index 796bf08fa7..24c2873577 100644
--- a/src/testdir/test49.vim
+++ b/src/testdir/test49.vim
@@ -1,6 +1,6 @@
" Vim script language tests
" Author: Servatius Brandt <Servatius.Brandt@fujitsu-siemens.com>
-" Last Change: 2005 Jan 15
+" Last Change: 2005 Jan 16
"-------------------------------------------------------------------------------
" Test environment {{{1
@@ -8515,6 +8515,7 @@ function! MATCH(expected, msg, enr, emsg)
else
let msg = escape(msg, '"')
Xout "Unexpected message:" msg
+ Xout "Expected:" a:enr . ": " . a:emsg
endif
endif
else
@@ -8522,6 +8523,7 @@ function! MATCH(expected, msg, enr, emsg)
if !a:expected " match although not expected
let msg = escape(msg, '"')
Xout "Unexpected message:" msg
+ Xout "Expected none."
endif
endif
return match