Jump to content

Module:NSW GNR/testcases

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 99of9 (talk | contribs) at 05:25, 1 April 2019. 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 | 1111}}', '1111')
end

return p