Module:Multiple releases/testcases explained

-- Unit tests for . Click talk page to run tests.local p = require('Module:UnitTests')

function p:test_01_software_with_reference self:preprocess_equals_many('',)end

function p:test_02_software_no_reference self:preprocess_equals_many('',)end

function p:test_03_language_with_reference self:preprocess_equals_many('',)end

function p:test_04_language_no_reference_no_version_type self:preprocess_equals_many('',)end

return p