Jump to content

Module:GetShortDescription/testcases

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Fred Gandt (talk | contribs) at 10:57, 26 January 2023 (derp). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
-- Unit tests for [[Module:{{ROOTPAGENAME}}]]. Run tests on the talk page.

local p = require('Module:UnitTests')

-- Example unit test.
function p:test_default_name_only()
	self:preprocess_equals('{{#invoke:GetShortDescription|main|name=The Partisan}}', "1943 song by Anna Marly and Emmanuel d'Astier, popularised by Leonard Cohen in 1969")
end

return p