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
local function insertLuaForEchoingIfExpression(out, luaCode)
156
-
local doBlock = F("do local v = (%s) if type__(v) == 'string' and v:find'^%%s*<[!%%a].*>%%s*$' then echoRaw__(v) elseif v ~= nil then echo__(v) end end ", luaCode)
156
+
local doBlock = F("do local v = (%s) if type__(v) == 'string' and v:find'^%%s*<[!%%a/].*>%%s*$' then echoRaw__(v) elseif v ~= nil then echo__(v) end end ", luaCode)
0 commit comments