diff options
| author | przepompownia <przepompownia@users.noreply.github.com> | 2022-05-14 00:26:16 +0200 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2022-05-15 14:52:43 +0200 |
| commit | afd74f4ccfe9ed187de59cbd09b19e15988fd6dc (patch) | |
| tree | 23c3fc983b9bce1bd93b35cb338f8cbbf58f3fc9 | |
| parent | indents(php): @auto on comment and ERROR (diff) | |
| download | nvim-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
| -rw-r--r-- | tests/indent/php_spec.lua | 2 |
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) |
