aboutsummaryrefslogtreecommitdiffstats
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
parentRemove unused XFAIL (diff)
downloadnvim-treesitter-d4d77b315f78a73ef21e31e8aa8b51b79cd842e1.tar
nvim-treesitter-d4d77b315f78a73ef21e31e8aa8b51b79cd842e1.tar.gz
nvim-treesitter-d4d77b315f78a73ef21e31e8aa8b51b79cd842e1.tar.bz2
nvim-treesitter-d4d77b315f78a73ef21e31e8aa8b51b79cd842e1.tar.lz
nvim-treesitter-d4d77b315f78a73ef21e31e8aa8b51b79cd842e1.tar.xz
nvim-treesitter-d4d77b315f78a73ef21e31e8aa8b51b79cd842e1.tar.zst
nvim-treesitter-d4d77b315f78a73ef21e31e8aa8b51b79cd842e1.zip
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 eef80a61b..ac3d7bb59 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)