mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 19:00:02 -04:00
test(indent): fix typos
This commit is contained in:
parent
5fd68ba0c2
commit
a98fa4839d
2 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ local run = Runner:new(it, "tests/indent/go", {
|
||||||
expandtab = false,
|
expandtab = false,
|
||||||
})
|
})
|
||||||
|
|
||||||
describe("indent Python:", function()
|
describe("indent Go:", function()
|
||||||
describe("whole file:", function()
|
describe("whole file:", function()
|
||||||
run:whole_file(".", {
|
run:whole_file(".", {
|
||||||
expected_failures = {},
|
expected_failures = {},
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ local run = Runner:new(it, "tests/indent/graphql", {
|
||||||
expandtab = true,
|
expandtab = true,
|
||||||
})
|
})
|
||||||
|
|
||||||
describe("indent Lua:", function()
|
describe("indent GraphQL:", function()
|
||||||
describe("whole file:", function()
|
describe("whole file:", function()
|
||||||
run:whole_file(".", {
|
run:whole_file(".", {
|
||||||
expected_failures = {},
|
expected_failures = {},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue