mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Change test expectation
This commit is contained in:
parent
1cec3899f5
commit
afd74f4ccf
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue