Jump to content

Module:TFA title/testcases

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Legoktm (talk | contribs) at 00:45, 11 January 2023 (Created page with '-- Unit tests for Module:TFA title. Click talk page to run tests. local p = require('Module:UnitTests') function p:test() self:preprocess_equals('{{#invoke:TFA title|title|2004-02-22}}', 'Wolfgang Amadeus Mozart') self:preprocess_equals('{{#invoke:TFA title|title|2008-11-04}}', {"John McCain", "Barack Obama"}) end return p'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
-- Unit tests for [[Module:TFA title]]. Click talk page to run tests.
local p = require('Module:UnitTests')

function p:test()
	self:preprocess_equals('{{#invoke:TFA title|title|2004-02-22}}', 'Wolfgang Amadeus Mozart')
	self:preprocess_equals('{{#invoke:TFA title|title|2008-11-04}}', {"John McCain", "Barack Obama"})
end

return p