Module:Multiple releases/testcases
Appearance
![]() | This is the test cases page for the module Module:Multiple releases. Results of the test cases. |
-- Unit tests for [[Module:Module:Multiple releases]]. Click talk page to run tests.
local p = require('Module:UnitTests')
function p:test_01_software()
self:preprocess_equals_many('{{#invoke:Module:Multiple releases/sandbox|main|', '}}', {
{'software=Q71483', 'has reference'},
},{nowiki=1})
end
function p:test_02_languages()
self:preprocess_equals_many('{{#invoke:Module:Multiple releases/sandbox|main|', '}}', {
{'software=Q28865', 'has reference'},
{'software=Q234657', 'no reference'},
},{nowiki=1})
end
return p