Jump to content

Module:SortName/testcases

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Bility (talk | contribs) at 21:01, 9 April 2013 (fix). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
local x = require('Module:Sandbox/Bility/SortName')

function x:test_sortname()
    self:preprocess_equals('{{#invoke:Sandbox/Bility/SortName | Jim Tyler}}', 'Tyler, Jim')
end

return x