indents(php): add another test

This commit is contained in:
Stephan Seitz 2022-01-24 21:16:00 +01:00
parent 1b0a74afa8
commit 992926ab99
3 changed files with 15 additions and 3 deletions

View file

@ -16,5 +16,9 @@ describe("indent PHP:", function()
describe("new line:", function()
run:new_line("example.php", { on_line = 11, text = "// new line starts 1 indentation to far", indent = 4 })
run:new_line(
"example2.php",
{ on_line = 5, text = "// indendation with `enter` in insert mode is not correct", indent = 4 }
)
end)
end)