aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/dart_spec.lua
diff options
context:
space:
mode:
authorRobert Brunhage <robertbrunhage@gmail.com>2023-04-12 08:29:31 +0200
committerStephan Seitz <stephan.seitz@fau.de>2023-04-13 02:31:49 -0700
commit49f6962da4523de7dc5f6d16b57da4619609c08d (patch)
treee4bc58759d5c639e9124b991719e4abcef9f2b28 /tests/indent/dart_spec.lua
parentchore: fix formatting issue for dart test (diff)
downloadnvim-treesitter-49f6962da4523de7dc5f6d16b57da4619609c08d.tar
nvim-treesitter-49f6962da4523de7dc5f6d16b57da4619609c08d.tar.gz
nvim-treesitter-49f6962da4523de7dc5f6d16b57da4619609c08d.tar.bz2
nvim-treesitter-49f6962da4523de7dc5f6d16b57da4619609c08d.tar.lz
nvim-treesitter-49f6962da4523de7dc5f6d16b57da4619609c08d.tar.xz
nvim-treesitter-49f6962da4523de7dc5f6d16b57da4619609c08d.tar.zst
nvim-treesitter-49f6962da4523de7dc5f6d16b57da4619609c08d.zip
test(dart): add expected failure file to test
Diffstat (limited to 'tests/indent/dart_spec.lua')
-rw-r--r--tests/indent/dart_spec.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/indent/dart_spec.lua b/tests/indent/dart_spec.lua
index e983ddea2..a2f44f58f 100644
--- a/tests/indent/dart_spec.lua
+++ b/tests/indent/dart_spec.lua
@@ -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)