Content deleted Content added
m TheDJ moved page Module:Redirect/tests to Module:Redirect/testcases without leaving a redirect |
4th test might need span to match |
||
Line 4:
function p:test_main()
self:preprocess_equals('{{#invoke:Redirect|main|WP:AFC}}', 'Wikipedia:Articles for creation')
self:preprocess_equals('{{#invoke:Redirect|main| WP:AFC }}', 'Wikipedia:Articles for creation')
self:preprocess_equals('{{#invoke:Redirect|main| }}', '')
self:preprocess_equals('{{#invoke:Redirect|main|File talk:twenty-seven species of furry marmot grooving in a Vandal}}', '<span style="text-color:red;">[[Module:redirect]] error: File not found (id=0): - [[File talk:twenty-seven species of furry marmot grooving in a Vandal]]</span>')
self:preprocess_equals('{{#invoke:redirect|main|[[WP:AFC]]|bracket=yes}}','[[Wikipedia:Articles for creation]]')
end
|