test: simple test to make sure I don't keep debug stuff around
This commit is contained in:
1 file changed
+6
@@ -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