unfinished-call.php: expect 0-column indentation

This commit is contained in:
przepompownia 2022-05-14 00:50:55 +02:00 committed by Stephan Seitz
parent c43d2cec08
commit d4d77b315f

View file

@ -23,6 +23,6 @@ describe("indent PHP:", function()
{ on_line = 5, text = "indendation with `enter` in insert mode is not correct", indent = 4 }
)
run:new_line("issue-2497.php", { on_line = 5, text = "$a =", indent = 4 })
run:new_line("unfinished-call.php", { on_line = 6, text = "$a =", indent = 4 })
run:new_line("unfinished-call.php", { on_line = 6, text = "$a =", indent = 0 })
end)
end)