mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00:00
Combined closing.css and block.css test files into single open_block.css
This commit is contained in:
committed by
Stephan Seitz
parent
b1380560a0
commit
b7ae8867b0
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user