mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Combined closing.css and block.css test files into single open_block.css
This commit is contained in:
parent
b1380560a0
commit
b7ae8867b0
3 changed files with 2 additions and 3 deletions
|
|
@ -1 +0,0 @@
|
|||
.testo {
|
||||
|
|
@ -16,9 +16,9 @@ describe("indent CSS:", function()
|
|||
end)
|
||||
|
||||
describe("new line:", function()
|
||||
run:new_line("closing.css", { on_line = 1, text = "}", indent = 0 })
|
||||
run:new_line("open_block.css", { on_line = 1, text = "}", indent = 0 })
|
||||
run:new_line(
|
||||
"block.css",
|
||||
"open_block.css",
|
||||
{ on_line = 1, text = "color: green;", indent = 2 },
|
||||
"might fail because tree is in a broken state",
|
||||
XFAIL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue