Explorar o código

missing ']]' in long string

Roberto Ierusalimschy %!s(int64=10) %!d(string=hai) anos
pai
achega
afbf5c5dab
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      bugs

+ 2 - 0
bugs

@@ -2964,8 +2964,10 @@ patch = [[
 +  return sizeof(lua_State) + sizeof(TValue) * th->stacksize +
 +  return sizeof(lua_State) + sizeof(TValue) * th->stacksize +
 +         sizeof(CallInfo) * n;
 +         sizeof(CallInfo) * n;
  }
  }
+]]
 }
 }
 
 
+-- [[]]
 Bug{
 Bug{
 what = [[Wrong assert when reporting concatenation errors
 what = [[Wrong assert when reporting concatenation errors
 (manifests only when Lua is compiled in debug mode)]],
 (manifests only when Lua is compiled in debug mode)]],