mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -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("indent PHP:", function()
|
||||||
describe("whole file:", function()
|
describe("whole file:", function()
|
||||||
run:whole_file(".", {
|
run:whole_file(".", {
|
||||||
expected_failures = {
|
expected_failures = {},
|
||||||
"./unfinished-call.php",
|
|
||||||
},
|
|
||||||
})
|
})
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue