imported>Gonnym
No edit summary
 
(No difference)

Latest revision as of 08:11, 7 November 2018

Documentation for this module may be created at Module:Sandbox/Gonnym/sometest/testcases/doc

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

function p:test_hello()
	self:preprocess_equals_many('{{#invoke:Sandbox/Gonnym/sometest|numeral_to_english|', '}}', {
		{'1', '1'},
		{'1', '1'},
	--	{'1|numerator=|denominator=|case=|sp=|adj=|ord=|pl=|lk=|negative=|round=|zero=|one=', '1'},
		}, {nowiki=1})
end

return p