1
0
forked from aniani/vim

patch 8.1.1955: tests contain typos

Problem:    Tests contain typos.
Solution:   Correct the typos. (Dominique Pelle)
This commit is contained in:
Bram Moolenaar
2019-09-01 14:45:28 +02:00
parent 02b31110d3
commit 1bc353b6f1
13 changed files with 16 additions and 14 deletions

View File

@@ -125,7 +125,7 @@ func Test_define_script_var_with_lock()
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:')