Format
This commit is contained in:
@@ -18,7 +18,6 @@ describe('keymap', function()
|
|||||||
end)
|
end)
|
||||||
|
|
||||||
describe('evacuate', function()
|
describe('evacuate', function()
|
||||||
|
|
||||||
before_each(spec.before)
|
before_each(spec.before)
|
||||||
|
|
||||||
it('expr & register', function()
|
it('expr & register', function()
|
||||||
@@ -44,7 +43,5 @@ describe('keymap', function()
|
|||||||
vim.api.nvim_feedkeys('i' .. keymap.t(fallback), 'x', true)
|
vim.api.nvim_feedkeys('i' .. keymap.t(fallback), 'x', true)
|
||||||
assert.are.same({ '()' }, vim.api.nvim_buf_get_lines(0, 0, -1, true))
|
assert.are.same({ '()' }, vim.api.nvim_buf_get_lines(0, 0, -1, true))
|
||||||
end)
|
end)
|
||||||
|
|
||||||
end)
|
end)
|
||||||
|
|
||||||
end)
|
end)
|
||||||
|
|||||||
Reference in New Issue
Block a user