summaryrefslogtreecommitdiffstats
path: root/runtime/indent/testdir/lua.in
blob: c8f5d2bb8d2842ecc0ee55e367ef42ba5f672c43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
-- vim: set ft=lua sw=2 noet:

-- START_INDENT
function foo(a, b, c, d)
 return { a, b, c, d }
end

local a = foo(
1,
2,
"longxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
4
)

local b = {
1,
 2,
}
-- END_INDENT