Jump to content

Module:Svara/testcases

From Wikipedia, the free encyclopedia
-- Example Unit tests for [[Module:Svara]]. Click talk page to run tests.
local p = require('Module:UnitTests')

function p:test_main()
	self:preprocess_equals('{{#invoke:Svara | main}}', 'S', 'R', 'G')
end

return p