mirror of
https://github.com/itchyny/lightline.vim.git
synced 2025-11-11 04:53:51 -05:00
delete global functions after the test case
This commit is contained in:
@@ -521,6 +521,7 @@ function! s:suite.duplicated_string()
|
|||||||
call s:assert.equals(s:expand([['filename', 'custom', 'custom', 'modified']]),
|
call s:assert.equals(s:expand([['filename', 'custom', 'custom', 'modified']]),
|
||||||
\ [[['filename', 'custom', 'custom']], [[0, 1, 1]], ['0', '1']])
|
\ [[['filename', 'custom', 'custom']], [[0, 1, 1]], ['0', '1']])
|
||||||
delfunction Custom
|
delfunction Custom
|
||||||
|
delfunction Modified
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:suite.duplicated_left_nil()
|
function! s:suite.duplicated_left_nil()
|
||||||
|
|||||||
Reference in New Issue
Block a user