mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Don't expect any change on reindenting the whole unfinished-call.php
This commit is contained in:
parent
d4d77b315f
commit
910743c77a
1 changed files with 1 additions and 3 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue