Merge "Fix reference handling in LuaEnvironmentComparisonTest"

This commit is contained in:
Demon 2013-01-28 20:33:24 +00:00 committed by Gerrit Code Review
commit c9781606fa

View file

@ -60,7 +60,7 @@ class Scribunto_LuaEnvironmentComparisonTest extends MediaWikiTestCase {
xxxseen = {}
function xxxGetTable( t )
if xxxseen[t] then
return xxxseen[t]
return 'table'
end
local ret = {}
xxxseen[t] = ret