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:
@@ -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:')
|
||||
|
||||
Reference in New Issue
Block a user