Module:InfoboxImage/testcases
Appearance
![]() | This is the test cases page for the module Module:InfoboxImage. Results of the test cases. |
local p = require('Module:UnitTests')
function p:test_maxsize_height()
self:preprocess_equals('{{#invoke:InfoboxImage/sandbox|image=File:Cwm (window manager).png|size=500px|sizedefault=250px|maxsize=x250px}}', '{{#invoke:InfoboxImage|image=File:Cwm (window manager).png|size=500px|sizedefault=250px|maxsize=x250px}}')
end
return p