tests: only compare indents not contents in indent tests

This commit is contained in:
Stephan Seitz 2022-02-04 23:36:36 +01:00
parent ca06ff0a61
commit b9069a81b9
2 changed files with 2 additions and 2 deletions

View file

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