From b9069a81b9c42c4d6d1ee4ebc4cd5feb35aa590d Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Fri, 4 Feb 2022 23:36:36 +0100 Subject: tests: only compare indents not contents in indent tests --- tests/indent/php_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/indent/php_spec.lua') diff --git a/tests/indent/php_spec.lua b/tests/indent/php_spec.lua index b4f2eac47..0620c5ea6 100644 --- a/tests/indent/php_spec.lua +++ b/tests/indent/php_spec.lua @@ -18,7 +18,7 @@ describe("indent PHP:", function() run:new_line("example.php", { on_line = 11, text = "// new line starts 1 indentation to far", indent = 4 }) run:new_line( "example2.php", - { on_line = 5, text = "// indendation with `enter` in insert mode is not correct", indent = 4 } + { on_line = 5, text = "indendation with `enter` in insert mode is not correct", indent = 4 } ) end) end) -- cgit v1.2.3-70-g09d2