From 757fa3daf3a7932dcd6bf7d1859276a3b8d9001c Mon Sep 17 00:00:00 2001 From: itchyny Date: Sun, 17 Apr 2016 12:49:52 +0900 Subject: [PATCH] update the test for lightline#link --- test/link.vim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/link.vim b/test/link.vim index ba7918e..ca86753 100644 --- a/test/link.vim +++ b/test/link.vim @@ -117,8 +117,7 @@ function! s:suite.component_type() call s:assert.match(s:hi(printf('LightLineLeft_active_%s', type)), printf('LightLineLeft_normal_%s', type)) call s:assert.match(s:hi(printf('LightLineLeft_active_0_%s', type)), printf('LightLineLeft_normal_0_%s', type)) call s:assert.match(s:hi(printf('LightLineLeft_active_1_%s', type)), printf('LightLineLeft_normal_1_%s', type)) - call s:assert.match(s:hi(printf('LightLineLeft_active_2_%s', type)), printf('LightLineLeft_normal_2_%s', type)) - call s:assert.match(s:hi(printf('LightLineLeft_active_3_%s', type)), 'E411: highlight group not found') + call s:assert.match(s:hi(printf('LightLineLeft_active_2_%s', type)), 'E411: highlight group not found') call s:assert.match(s:hi(printf('LightLineLeft_active_%s_0', type)), printf('LightLineLeft_normal_%s_0', type)) call s:assert.match(s:hi(printf('LightLineLeft_active_%s_1', type)), printf('LightLineLeft_normal_%s_1', type)) call s:assert.match(s:hi(printf('LightLineLeft_active_%s_2', type)), printf('LightLineLeft_normal_%s_2', type))