mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 18:30:06 -04:00
chore: fix formatting issue for dart test
This commit is contained in:
parent
34d1e0e360
commit
95055abadd
1 changed files with 6 additions and 1 deletions
|
|
@ -20,5 +20,10 @@ describe("new line:", function()
|
||||||
run:new_line("class.dart", { on_line = 2, text = "var x;", indent = 0 })
|
run:new_line("class.dart", { on_line = 2, text = "var x;", indent = 0 })
|
||||||
run:new_line("try.dart", { on_line = 2, text = "var x;", indent = 4 })
|
run:new_line("try.dart", { on_line = 2, text = "var x;", indent = 4 })
|
||||||
run:new_line("multiple_arguments.dart", { on_line = 10, text = "var x;", indent = 4 })
|
run:new_line("multiple_arguments.dart", { on_line = 10, text = "var x;", indent = 4 })
|
||||||
run:new_line("multiple_arguments.dart", { on_line = 11, text = "var x;", indent = 4 }, "expected failure issue #4637", XFAIL)
|
run:new_line(
|
||||||
|
"multiple_arguments.dart",
|
||||||
|
{ on_line = 11, text = "var x;", indent = 4 },
|
||||||
|
"expected failure issue #4637",
|
||||||
|
XFAIL
|
||||||
|
)
|
||||||
end)
|
end)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue