test: simple test to make sure I don't keep debug stuff around
This commit is contained in:
6
tests/dd_spec.lua
Normal file
6
tests/dd_spec.lua
Normal file
@ -0,0 +1,6 @@
|
||||
describe("Should not have", function()
|
||||
it("dd()", function()
|
||||
local out = vim.fn.system([[/bin/grep --line-number -r '\\bdd(' lua]])
|
||||
assert(vim.v.shell_error == 1, "Should not have dd()\n" .. out)
|
||||
end)
|
||||
end)
|
Reference in New Issue
Block a user