Combined closing.css and block.css test files into single open_block.css

This commit is contained in:
Daniel Woznicki
2022-03-18 14:22:31 -07:00
committed by Stephan Seitz
parent b1380560a0
commit b7ae8867b0
3 changed files with 2 additions and 3 deletions

View File

@@ -1 +0,0 @@
.testo {

View File

@@ -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