aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/php_spec.lua
diff options
context:
space:
mode:
authorprzepompownia <przepompownia@users.noreply.github.com>2022-05-14 00:26:16 +0200
committerStephan Seitz <stephan.seitz@fau.de>2022-05-15 14:52:43 +0200
commitafd74f4ccfe9ed187de59cbd09b19e15988fd6dc (patch)
tree23c3fc983b9bce1bd93b35cb338f8cbbf58f3fc9 /tests/indent/php_spec.lua
parentindents(php): @auto on comment and ERROR (diff)
downloadnvim-treesitter-afd74f4ccfe9ed187de59cbd09b19e15988fd6dc.tar
nvim-treesitter-afd74f4ccfe9ed187de59cbd09b19e15988fd6dc.tar.gz
nvim-treesitter-afd74f4ccfe9ed187de59cbd09b19e15988fd6dc.tar.bz2
nvim-treesitter-afd74f4ccfe9ed187de59cbd09b19e15988fd6dc.tar.lz
nvim-treesitter-afd74f4ccfe9ed187de59cbd09b19e15988fd6dc.tar.xz
nvim-treesitter-afd74f4ccfe9ed187de59cbd09b19e15988fd6dc.tar.zst
nvim-treesitter-afd74f4ccfe9ed187de59cbd09b19e15988fd6dc.zip
Change test expectation
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 722f5c0b8..1b5848694 100644
--- a/tests/indent/php_spec.lua
+++ b/tests/indent/php_spec.lua
@@ -24,6 +24,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 }, "shouldn't be 0", XFAIL)
+ run:new_line("unfinished-call.php", { on_line = 6, text = "$a =", indent = 4 })
end)
end)