mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 06:40:05 +08:00
8 lines
119 B
VimL
8 lines
119 B
VimL
|
describe 'util'
|
||
|
|
||
|
it 'should return command output'
|
||
|
Expect util#redir_execute(":echo 'foo'") ==# 'foo'
|
||
|
end
|
||
|
|
||
|
end
|