You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 'little hack' is to check if the rest of the line has exactly one char, and append it to the long parm. Feels like a hack, because it could be a multibyte char. Otherwise, have to look very carefully at how SIP is working here!
This example doesn't work correctly
local args_ = lapp [[
--hello
]]
This example works correctly
local args_ = lapp [[
--hello hello
]]
Is it correct behavior?
The text was updated successfully, but these errors were encountered: