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

8 lines
119 B
VimL
Raw Normal View History

2021-08-04 17:05:38 +08:00
describe 'util'
it 'should return command output'
Expect util#redir_execute(":echo 'foo'") ==# 'foo'
end
end