mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-09 15:00:04 -04:00
Update lua/nvim-treesitter/indent.lua
Co-authored-by: Kiyan <yazdani.kiyan@protonmail.com>
This commit is contained in:
parent
b9069a81b9
commit
66f33ddd8b
2 changed files with 2 additions and 4 deletions
|
|
@ -11,8 +11,7 @@ local run = Runner:new(it, "tests/indent/r", {
|
|||
describe("indent R:", function()
|
||||
describe("whole file:", function()
|
||||
run:whole_file(".", {
|
||||
expected_failures = {
|
||||
},
|
||||
expected_failures = {},
|
||||
})
|
||||
end)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue