Documentation for this module may be created at Module:Svara/testcases/doc
-- 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