diff options
Diffstat (limited to 'tests/indent')
| -rw-r--r-- | tests/indent/css/closing.css | 1 | ||||
| -rw-r--r-- | tests/indent/css/open_block.css (renamed from tests/indent/css/block.css) | 0 | ||||
| -rw-r--r-- | tests/indent/css_spec.lua | 4 |
3 files changed, 2 insertions, 3 deletions
diff --git a/tests/indent/css/closing.css b/tests/indent/css/closing.css deleted file mode 100644 index cc79c2c06..000000000 --- a/tests/indent/css/closing.css +++ /dev/null @@ -1 +0,0 @@ -.testo { diff --git a/tests/indent/css/block.css b/tests/indent/css/open_block.css index cc79c2c06..cc79c2c06 100644 --- a/tests/indent/css/block.css +++ b/tests/indent/css/open_block.css diff --git a/tests/indent/css_spec.lua b/tests/indent/css_spec.lua index 3d758ebac..e8eadf836 100644 --- a/tests/indent/css_spec.lua +++ b/tests/indent/css_spec.lua @@ -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 |
