Jump to content

Module:Sandbox/isaacl/ExpandPageAbbreviation/testcases

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Isaacl (talk | contribs) at 02:16, 28 February 2013 (add test case). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
-- Unit test cases for [[Module:Sandbox/isaacl/ExpandPageAbbreviation]].
-- Click on talk page to run tests.

local epaModule = require('Module:UnitTests')

function epaModule:test_WPN()
    self:preprocess_equals('{{#invoke:Module:Sandbox/isaacl/ExpandPageAbbreviation|WP:N}}',
        "Wikipedia's standards for inclusion")
    self:preprocess_equals('{{#invoke:Module:Sandbox/isaacl/ExpandPageAbbreviation|WP:NOTNEWS}}',
        'Wikipedia is not a place for news coverage')
end

return epaModule