浏览代码

missing ']]' in long string

Roberto Ierusalimschy 10 年之前
父节点
当前提交
afbf5c5dab
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      bugs

+ 2 - 0
bugs

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