mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 05:50:04 -04:00
simplify tests
This commit is contained in:
parent
d335c39bff
commit
f6531e27fd
3 changed files with 2 additions and 13 deletions
|
|
@ -16,9 +16,9 @@ describe("indent Lua:", function()
|
|||
end)
|
||||
|
||||
describe("new line:", function()
|
||||
run:new_line("module.ql", { on_line = 3, text = "predicate foo() {}", indent = 2 })
|
||||
run:new_line("module.ql", { on_line = 1, text = "predicate foo() {}", indent = 2 })
|
||||
end)
|
||||
|
||||
describe("new line:", function()
|
||||
run:new_line("module.ql", { on_line = 4, text = "predicate foo() {}", indent = 2 })
|
||||
run:new_line("module.ql", { on_line = 2, text = "predicate foo() {}", indent = 2 })
|
||||
end)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue