mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-27 17:50:06 +00:00
Merge "Fix reference handling in LuaEnvironmentComparisonTest"
This commit is contained in:
commit
c9781606fa
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue