Jump to content

Module:Redirect/testcases

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Wnt (talk | contribs) at 15:48, 18 March 2013 (Cut and paste programming works well if you scroll to the end ;)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
-- Unit tests for [[Module:Redirect]]. Click talk page to run tests.
local p = require('Module:UnitTests')
 
function p:main()
    self:preprocess_equals_many('{{#invoke:Redirect|main|WP:AFC', 'Wikipedia:Articles for creation', {
        {' WP:AFC ', 'Wikipedia:Articles for creation'},
        {' ', ''},
        {'File talk:twenty-seven species of furry marmot grooving in a Vandal', '[[Module:redirect]] error: File not found (id=0): - [[File talk:twenty-seven species of furry marmot grooving in a Vandal]'},
    })

end
return p