aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/lua_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/indent/lua_spec.lua')
-rw-r--r--tests/indent/lua_spec.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/indent/lua_spec.lua b/tests/indent/lua_spec.lua
index 2da965e48..f584e5574 100644
--- a/tests/indent/lua_spec.lua
+++ b/tests/indent/lua_spec.lua
@@ -38,5 +38,6 @@ describe("indent Lua:", function()
run:new_line("cond.lua", { on_line = 12, text = "x = x + 1", indent = 0 })
run:new_line("no-indent-after-paren-pairs.lua", { on_line = 3, text = "x = x + 1", indent = 0 })
run:new_line("no-indent-after-paren-pairs.lua", { on_line = 6, text = "x = x + 1", indent = 0 })
+ run:new_line("nested-table.lua", { on_line = 5, text = "{}", indent = 4 })
end)
end)