From d7f06bfb1381a2741c1bcbadf1bc1e3ed77abea4 Mon Sep 17 00:00:00 2001 From: Kiyan Date: Thu, 21 Jul 2022 13:48:03 +0200 Subject: fix(indents): indents for error block (css, lua) (#3207) --- tests/indent/css_spec.lua | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'tests/indent/css_spec.lua') diff --git a/tests/indent/css_spec.lua b/tests/indent/css_spec.lua index e8eadf836..46c7e1afb 100644 --- a/tests/indent/css_spec.lua +++ b/tests/indent/css_spec.lua @@ -1,5 +1,4 @@ local Runner = require("tests.indent.common").Runner -local XFAIL = require("tests.indent.common").XFAIL local run = Runner:new(it, "tests/indent/css", { tabstop = 2, @@ -17,12 +16,7 @@ describe("indent CSS:", function() describe("new line:", function() run:new_line("open_block.css", { on_line = 1, text = "}", indent = 0 }) - run:new_line( - "open_block.css", - { on_line = 1, text = "color: green;", indent = 2 }, - "might fail because tree is in a broken state", - XFAIL - ) + run:new_line("open_block.css", { on_line = 1, text = "color: green;", indent = 2 }) run:new_line("next_rule.css", { on_line = 3, text = ".next {", indent = 0 }) end) end) -- cgit v1.2.3-70-g09d2