소스 검색

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)]],