mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
chore(dart): remove tests for switch
This commit is contained in:
parent
e9de9cedf0
commit
ba6c55b203
2 changed files with 0 additions and 12 deletions
|
|
@ -1,9 +0,0 @@
|
|||
void test() {
|
||||
final a = 69;
|
||||
switch (a) {
|
||||
case 69:
|
||||
break;
|
||||
case 420:
|
||||
default:
|
||||
}
|
||||
}
|
||||
|
|
@ -14,7 +14,6 @@ describe("indent Lua:", function()
|
|||
expected_failures = {
|
||||
"./multiple_arguments.dart",
|
||||
"./class.dart",
|
||||
"./switch.dart",
|
||||
"./class_function_argument.dart",
|
||||
},
|
||||
})
|
||||
|
|
@ -33,7 +32,5 @@ describe("new line:", function()
|
|||
"expected failure issue #4637",
|
||||
XFAIL
|
||||
)
|
||||
run:new_line("switch.dart", { on_line = 3, text = "case 7:", indent = 4 })
|
||||
run:new_line("switch.dart", { on_line = 6, text = "break;", indent = 6 }, "expected failure", XFAIL)
|
||||
run:new_line("class_function_argument.dart", { on_line = 11, text = "}", indent = 4 })
|
||||
end)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue