mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
test(dart): add expected failure file to test
This commit is contained in:
parent
95055abadd
commit
49f6962da4
1 changed files with 3 additions and 1 deletions
|
|
@ -11,7 +11,9 @@ local run = Runner:new(it, "tests/indent/dart", {
|
|||
describe("indent Lua:", function()
|
||||
describe("whole file:", function()
|
||||
run:whole_file(".", {
|
||||
expected_failures = {},
|
||||
expected_failures = {
|
||||
"./dart/multiple_arguments.dart", -- expected failure issue #4637
|
||||
},
|
||||
})
|
||||
end)
|
||||
end)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue