mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Update tests/indent/dart_spec.lua
Co-authored-by: Pham Huy Hoang <hoangtun0810@gmail.com>
This commit is contained in:
parent
978fb2b7be
commit
34d1e0e360
1 changed files with 1 additions and 1 deletions
|
|
@ -20,5 +20,5 @@ describe("new line:", function()
|
|||
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("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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue