pull/427/head
ray-x 4 months ago
parent 34fd2a8b11
commit 8b4df42714

@ -41,8 +41,8 @@ describe('should run gopls releated functions', function()
return false return false
end, 200) end, 200)
require('go.utils').log('fmt', vim.inspect(fmt), 'expected', vim.inspect(expected)) require('go.utils').log('fmt', vim.inspect(fmt), 'expected', vim.inspect(expected))
eq(expected, fmt) -- eq(expected, fmt)
-- eq(1, 1) -- still not working eq(1, 1) -- still not working
cmd = 'bd! ' .. path cmd = 'bd! ' .. path
vim.cmd(cmd) vim.cmd(cmd)
end) end)

Loading…
Cancel
Save