From 4836c1df6516cc2f895e362f3d00a15a236407b3 Mon Sep 17 00:00:00 2001 From: Riley Bruins Date: Fri, 5 Jul 2024 10:17:41 -0700 Subject: fix(lua): indent functions before they are closed Fixes #6786 --- tests/indent/lua/func.lua | 2 ++ tests/indent/lua_spec.lua | 1 + 2 files changed, 3 insertions(+) (limited to 'tests/indent') diff --git a/tests/indent/lua/func.lua b/tests/indent/lua/func.lua index 1f95ca97a..e2c3c037f 100644 --- a/tests/indent/lua/func.lua +++ b/tests/indent/lua/func.lua @@ -7,3 +7,5 @@ function foo(x) 1, 2) end + +function hi() diff --git a/tests/indent/lua_spec.lua b/tests/indent/lua_spec.lua index 3fd4d58a1..b54ec6512 100644 --- a/tests/indent/lua_spec.lua +++ b/tests/indent/lua_spec.lua @@ -23,6 +23,7 @@ describe("indent Lua:", function() run:new_line("func.lua", { on_line = 4, text = "y = y + 1", indent = 2 }) run:new_line("func.lua", { on_line = 5, text = "3,", indent = 4 }) run:new_line("func.lua", { on_line = 9, text = "x = x + 1", indent = 0 }) + run:new_line("func.lua", { on_line = 11, text = "x = x + 1", indent = 2 }) run:new_line("string.lua", { on_line = 1, text = "x", indent = 0 }) run:new_line("string.lua", { on_line = 2, text = "x", indent = 0 }) run:new_line("string.lua", { on_line = 3, text = "x", indent = 2 }) -- cgit v1.2.3-70-g09d2