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:09, 28 February 2013 (Create test cases). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
-- 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")
end

return epaModule