summaryrefslogtreecommitdiff
path: root/tests/indent/php_spec.lua
diff options
context:
space:
mode:
authorprzepompownia <przepompownia@users.noreply.github.com>2022-05-14 00:50:55 +0200
committerStephan Seitz <stephan.seitz@fau.de>2022-05-15 14:52:43 +0200
commitd4d77b315f78a73ef21e31e8aa8b51b79cd842e1 (patch)
tree4ca9ffbec2c5e3421b2b20672fbefe88d51f141a /tests/indent/php_spec.lua
parentc43d2cec086b6d43abd4b1931dc82e0be5086638 (diff)
unfinished-call.php: expect 0-column indentation
Diffstat (limited to 'tests/indent/php_spec.lua')
-rw-r--r--tests/indent/php_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/indent/php_spec.lua b/tests/indent/php_spec.lua
index eef80a61..ac3d7bb5 100644
--- a/tests/indent/php_spec.lua
+++ b/tests/indent/php_spec.lua
@@ -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)