Jump to content

Module:NSW GNR/testcases

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Pppery (talk | contribs) at 20:25, 11 November 2019 (Pppery moved page Module:GNR reference/testcases to Module:NSW GNR/testcases without leaving a redirect). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
-- Unit tests for [[Module:GNR reference]]. Click talk page to run tests.
local p = require('Module:UnitTests')

function p:test_convert()
    self:preprocess_equals("{{#invoke:GNR reference|convert|12345}}", "JPqwwpWATR")
end

return p