Jump to content

Module:Svara/testcases

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Renamed user ExPsittacine (talk | contribs) at 18:07, 13 September 2018 (Create). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
-- 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