From 53c79ddc28b0df3263d629f5e20c9283b05841ca Mon Sep 17 00:00:00 2001 From: 再生花 Date: Tue, 9 Jul 2024 10:12:29 +0900 Subject: fix(php): do not indent after class/enum decl --- tests/indent/php_spec.lua | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/indent/php_spec.lua') diff --git a/tests/indent/php_spec.lua b/tests/indent/php_spec.lua index 3fc681c29..2a41079ff 100644 --- a/tests/indent/php_spec.lua +++ b/tests/indent/php_spec.lua @@ -62,5 +62,10 @@ describe("indent PHP:", function() run:new_line("issue-4848.php", { on_line = 64, text = "return $a;", indent = 12 }) run:new_line("issue-4848.php", { on_line = 65, text = "$a,", indent = 8 }) run:new_line("issue-4848.php", { on_line = 66, text = "$a;", indent = 0 }) + run:new_line("issue-6888.php", { on_line = 2, text = "$a;", indent = 0 }) + run:new_line("issue-6888.php", { on_line = 3, text = "case Funday = 2;", indent = 4 }) + run:new_line("issue-6888.php", { on_line = 6, text = "$a;", indent = 0 }) + run:new_line("issue-6888.php", { on_line = 8, text = "$a;", indent = 4 }) + run:new_line("issue-6888.php", { on_line = 11, text = "$a;", indent = 0 }) end) end) -- cgit v1.2.3-70-g09d2