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:24, 1 April 2019 (test). 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 tests for [[Module:GNR reference]]. Click talk page to run tests.
local p = require('Module:UnitTests')

function p:test_convert()
    self:preprocess_equals('{{#invoke:Bananas | 1111}}', '1111')
end

return p