mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
tests: update tests to use [gs]et_lines instead of [gs]et_line_slice
This commit is contained in:
@@ -70,6 +70,6 @@ describe(':edit term://*', function()
|
||||
end
|
||||
exp_screen = exp_screen .. (' '):rep(columns) .. '|\n'
|
||||
scr:expect(exp_screen)
|
||||
eq(bufcontents, curbufmeths.get_line_slice(1, -1, true, true))
|
||||
eq(bufcontents, curbufmeths.get_lines(1, -1, true))
|
||||
end)
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user