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:56, 26 January 2023 (this seems complicated). 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:{{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|name=The Partisan}}', "1943 song by Anna Marly and Emmanuel d'Astier, popularised by Leonard Cohen in 1969")
end

return p