From 63a88c873f3643aad9208488765dc53618edd40e Mon Sep 17 00:00:00 2001 From: Jędrzej Boczar Date: Thu, 22 Apr 2021 20:53:30 +0200 Subject: move all tests to top-level tests/ directory --- tests/indent/lua/func.lua | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/indent/lua/func.lua (limited to 'tests/indent/lua/func.lua') diff --git a/tests/indent/lua/func.lua b/tests/indent/lua/func.lua new file mode 100644 index 000000000..1f95ca97a --- /dev/null +++ b/tests/indent/lua/func.lua @@ -0,0 +1,9 @@ +function foo(x) + local bar = function(a, b, c) + return a + b + c + end + return bar( + x, + 1, + 2) +end -- cgit v1.2.3-70-g09d2