commit | 1bc353b6f1b063e189e0cef26f8dc586dcf9161f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 01 14:45:28 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 01 14:45:28 2019 +0200 |
tree | 79221062c2d8fdff55380c21c9f35884f1468c64 | |
parent | 02b31110d31e995326080807716e79e38fe501df [diff] [blame] |
patch 8.1.1955: tests contain typos Problem: Tests contain typos. Solution: Correct the typos. (Dominique Pelle)
diff --git a/src/testdir/test_const.vim b/src/testdir/test_const.vim index d93de72..55e4492 100644 --- a/src/testdir/test_const.vim +++ b/src/testdir/test_const.vim
@@ -125,7 +125,7 @@ unlet s:x endfunc -func Test_descructuring_with_lock() +func Test_destructuring_with_lock() const [a, b, c] = [1, 1.1, 'vim'] call assert_fails('let a = 1', 'E741:')