summaryrefslogtreecommitdiff
path: root/server/test/definition/table.lua
blob: 13a3b5554bf2fd6669775a496c701790381e7f49 (plain)
1
2
3
4
5
6
TEST [[
local t = {
    <!x!> = 1,
}
t.<?x?> = 1
]]