comparison src/testdir/test_expand.vim @ 28735:c428a4e53b9c v8.2.4892

patch 8.2.4892: test failures because of changed error messages Commit: https://github.com/vim/vim/commit/ec892234788d37bfed47d8bf82dd4cae8d335ad9 Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 6 17:53:06 2022 +0100 patch 8.2.4892: test failures because of changed error messages Problem: Test failures because of changed error messages. Solution: Adjust the exptected error messages.
author Bram Moolenaar <Bram@vim.org>
date Fri, 06 May 2022 19:00:05 +0200
parents 80ed5ad30d28
children 13b02c1ea0f7
comparison
equal deleted inserted replaced
28734:5f24cf34067e 28735:c428a4e53b9c
139 [SCRIPT] 139 [SCRIPT]
140 call writefile(lines, 'Xscript') 140 call writefile(lines, 'Xscript')
141 if RunVim([], [], '--clean -s Xscript') 141 if RunVim([], [], '--clean -s Xscript')
142 call assert_equal([ 142 call assert_equal([
143 \ 'E1274: No script file name to substitute for "<script>"', 143 \ 'E1274: No script file name to substitute for "<script>"',
144 \ 'E498: no :source file name to substitute for "<sfile>"'], 144 \ 'E498: No :source file name to substitute for "<sfile>"'],
145 \ readfile('Xresult')) 145 \ readfile('Xresult'))
146 endif 146 endif
147 call delete('Xscript') 147 call delete('Xscript')
148 call delete('Xresult') 148 call delete('Xresult')
149 endfunc 149 endfunc