From 47765c787ddc981c2eab6105ade84067d164893c Mon Sep 17 00:00:00 2001 From: itchyny Date: Mon, 17 Sep 2018 12:32:28 +0900 Subject: [PATCH] delete global functions after the test case --- test/expand.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/test/expand.vim b/test/expand.vim index 3bd4a6b..e1ac310 100644 --- a/test/expand.vim +++ b/test/expand.vim @@ -521,6 +521,7 @@ function! s:suite.duplicated_string() call s:assert.equals(s:expand([['filename', 'custom', 'custom', 'modified']]), \ [[['filename', 'custom', 'custom']], [[0, 1, 1]], ['0', '1']]) delfunction Custom + delfunction Modified endfunction function! s:suite.duplicated_left_nil()