mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-11 07:50:07 -04:00
tests: fix failed tests (#4901)
fix failed tests for tiger, t32 and wgsl
This commit is contained in:
parent
e54c8873ef
commit
9ec2a6bbda
6 changed files with 44 additions and 74 deletions
|
|
@ -2,8 +2,8 @@ local Runner = require("tests.indent.common").Runner
|
|||
--local XFAIL = require("tests.indent.common").XFAIL
|
||||
|
||||
local run = Runner:new(it, "tests/indent/wgsl", {
|
||||
tabstop = 4,
|
||||
shiftwidth = 4,
|
||||
tabstop = 2,
|
||||
shiftwidth = 2,
|
||||
softtabstop = 0,
|
||||
expandtab = true,
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue