aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/lua/nested-table.lua
blob: cf507d1da170bc4ef72fd73bbc8d064bb776a48a (plain) (blame)
1
2
3
4
5
6
7
local a = {
  {
    {
      1
    },
  },
}