mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-patch:9.0.0609: blockedit test fails because of wrong indent
Problem: Blockedit test fails because of wrong indent.
Solution: Adjust the expected text temporarily
66000ff9af
Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
parent
143a178332
commit
dd8ebea01e
@ -29,9 +29,10 @@ func Test_blockinsert_autoindent()
|
||||
setlocal sw=2 et ft=vim
|
||||
setlocal indentkeys+=:
|
||||
exe "norm! 2Gf)\<c-v>2jA: asdf\<esc>"
|
||||
" FIXME: what do we really expect?
|
||||
let expected =<< trim END
|
||||
var d = {
|
||||
a: (): asdf => 0,
|
||||
a: (): asdf => 0,
|
||||
b: (): asdf => 0,
|
||||
c: (): asdf => 0,
|
||||
}
|
||||
@ -48,9 +49,10 @@ func Test_blockinsert_autoindent()
|
||||
call setline(1, lines)
|
||||
setlocal sw=8 noet
|
||||
exe "norm! 2Gf)\<c-v>2jA: asdf\<esc>"
|
||||
" FIXME: what do we really expect?
|
||||
let expected =<< trim END
|
||||
var d = {
|
||||
a: (): asdf => 0,
|
||||
a: (): asdf => 0,
|
||||
b: (): asdf => 0,
|
||||
c: (): asdf => 0,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user