test(dart): add expected failure file to test

This commit is contained in:
Robert Brunhage 2023-04-12 08:29:31 +02:00 committed by Stephan Seitz
parent 95055abadd
commit 49f6962da4

View file

@ -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)