aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorprzepompownia <przepompownia@users.noreply.github.com>2022-05-14 17:25:38 +0200
committerStephan Seitz <stephan.seitz@fau.de>2022-05-15 14:52:43 +0200
commit910743c77a3a72eead4cf477383765d3d9599224 (patch)
treea8863b540deb5130724385e767d05d8cdb6928b8 /tests
parentunfinished-call.php: expect 0-column indentation (diff)
downloadnvim-treesitter-910743c77a3a72eead4cf477383765d3d9599224.tar
nvim-treesitter-910743c77a3a72eead4cf477383765d3d9599224.tar.gz
nvim-treesitter-910743c77a3a72eead4cf477383765d3d9599224.tar.bz2
nvim-treesitter-910743c77a3a72eead4cf477383765d3d9599224.tar.lz
nvim-treesitter-910743c77a3a72eead4cf477383765d3d9599224.tar.xz
nvim-treesitter-910743c77a3a72eead4cf477383765d3d9599224.tar.zst
nvim-treesitter-910743c77a3a72eead4cf477383765d3d9599224.zip
Don't expect any change on reindenting the whole unfinished-call.php
Diffstat (limited to 'tests')
-rw-r--r--tests/indent/php_spec.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/indent/php_spec.lua b/tests/indent/php_spec.lua
index ac3d7bb59..2ce64ab59 100644
--- a/tests/indent/php_spec.lua
+++ b/tests/indent/php_spec.lua
@@ -10,9 +10,7 @@ local run = Runner:new(it, "tests/indent/php", {
describe("indent PHP:", function()
describe("whole file:", function()
run:whole_file(".", {
- expected_failures = {
- "./unfinished-call.php",
- },
+ expected_failures = {},
})
end)