mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-23 17:49:57 +08:00
Fix theme test
This commit is contained in:
parent
7314ac6ed5
commit
66338440f0
@ -2,6 +2,6 @@ Execute ( SpaceVim statusline theme ):
|
|||||||
let g:_spacevim_built_in_themes = map(split(globpath('.', 'autoload/SpaceVim/mapping/guide/theme/*.vim'), "\n"), 'fnamemodify(v:val, ":t:r")')
|
let g:_spacevim_built_in_themes = map(split(globpath('.', 'autoload/SpaceVim/mapping/guide/theme/*.vim'), "\n"), 'fnamemodify(v:val, ":t:r")')
|
||||||
for theme in g:_spacevim_built_in_themes
|
for theme in g:_spacevim_built_in_themes
|
||||||
Log 'testing theme: ' . theme
|
Log 'testing theme: ' . theme
|
||||||
AssertEqual len(call('SpaceVim#mapping#guide#theme#' . theme . '#palette', [])), 9
|
AssertEqual len(call('SpaceVim#mapping#guide#theme#' . theme . '#palette', [])), 10
|
||||||
endfor
|
endfor
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user