mirror of
https://github.com/vim/vim.git
synced 2025-10-08 06:04:08 -04:00
patch 8.2.3637: typos in test files
Problem: Typos in test files. Solution: Correct the typos. (Dominique Pellé, closes #9175)
This commit is contained in:
committed by
Bram Moolenaar
parent
2c23670300
commit
923dce2b07
@@ -605,7 +605,7 @@ func Test_python3_dict()
|
||||
py3 d = vim.bindeval('d')
|
||||
call assert_equal(2, py3eval('len(d)'))
|
||||
|
||||
" Deleting an non-existing key
|
||||
" Deleting a non-existing key
|
||||
call AssertException(["py3 del d['c']"], "Vim(py3):KeyError: 'c'")
|
||||
endfunc
|
||||
|
||||
|
Reference in New Issue
Block a user