mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-23 02:41:29 +08:00
28 lines
250 B
VimL
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
|