Files
jedi-vim/test/test.vim
2013-08-22 17:48:58 +04:30

28 lines
250 B
VimL

describe '...'
before
new
put =[
\ 'foo',
\ 'bar',
\ 'baz',
\ '...',
\ ]
end
after
close!
end
it 'blub'
Expect range(1) == [1]
end
it 'bla'
end
it 'ble'
end
end
" vim: et:ts=2:sw=2