LuaMinify
LuaMinify copied to clipboard
[[[]]] Issue
given:
local a = {} local _ = a[ [[foo]]]
The source code will clump the brackets together to form [[[foo]]]
(a syntax error) instead of [ [[foo]]]