mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -04:00
fix tests
This commit is contained in:
parent
9d6d348418
commit
c433b3c232
2 changed files with 1 additions and 4 deletions
|
|
@ -1,9 +1,6 @@
|
||||||
import go
|
import go
|
||||||
|
|
||||||
module Test {
|
module Test {
|
||||||
class Foo extends Type {
|
|
||||||
Foo() { this.getName() = "Foo" }
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
select 1
|
select 1
|
||||||
|
|
|
||||||
|
|
@ -16,5 +16,5 @@ describe("indent Lua:", function()
|
||||||
end)
|
end)
|
||||||
|
|
||||||
describe("new line:", function()
|
describe("new line:", function()
|
||||||
run:new_line("module.ql", { on_line = 6, text = "predicate test() {}", indent = 2 })
|
run:new_line("module.ql", { on_line = 3, text = "predicate test() {}", indent = 2 })
|
||||||
end)
|
end)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue