mirror of
https://github.com/vim/vim.git
synced 2025-10-04 05:25:06 -04:00
patch 8.2.0610: some tests are still old style
Problem: Some tests are still old style. Solution: Convert to new style tests. (Yegappan Lakshmanan, closes #5957)
This commit is contained in:
@@ -307,6 +307,9 @@ func Test_blob_insert()
|
||||
call assert_fails('call insert(b, -1)', 'E475:')
|
||||
call assert_fails('call insert(b, 257)', 'E475:')
|
||||
call assert_fails('call insert(b, 0, [9])', 'E745:')
|
||||
call assert_fails('call insert(b, 0, -20)', 'E475:')
|
||||
call assert_fails('call insert(b, 0, 20)', 'E475:')
|
||||
call assert_fails('call insert(b, [])', 'E745:')
|
||||
endfunc
|
||||
|
||||
func Test_blob_reverse()
|
||||
|
Reference in New Issue
Block a user