1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 03:00:06 +08:00
SpaceVim/bundle/vim-bookmarks/t/util_spec.vim
2021-08-04 17:05:38 +08:00

8 lines
119 B
VimL

describe 'util'
it 'should return command output'
Expect util#redir_execute(":echo 'foo'") ==# 'foo'
end
end