forked from aniani/vim
patch 8.2.0418: code in eval.c not sufficiently covered by tests
Problem: Code in eval.c not sufficiently covered by tests. Solution: Add more tests. (Yegappan Lakshmanan, closes #5815)
This commit is contained in:
@@ -87,6 +87,7 @@ func Test_blob_get_range()
|
||||
call assert_equal(0z0011223344, b[:])
|
||||
call assert_equal(0z0011223344, b[:-1])
|
||||
call assert_equal(0z, b[5:6])
|
||||
call assert_equal(0z0011, b[-10:1])
|
||||
endfunc
|
||||
|
||||
func Test_blob_get()
|
||||
|
||||
Reference in New Issue
Block a user