Module:GetShortDescription/testcases
Appearance
![]() | This is the test cases page for the module Module:GetShortDescription. Results of the test cases. |
-- 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