This is an old revision of this page, as edited by Brooklynpedestrian(talk | contribs) at 10:12, 9 June 2020(←Created page with '-- Unit tests for [[Module:{{ROOTPAGENAME}}]]. Click talk page to run tests. local p = require('Module:UnitTests') -- Example unit test. function p:test_desc()...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.Revision as of 10:12, 9 June 2020 by Brooklynpedestrian(talk | contribs)(←Created page with '-- Unit tests for [[Module:{{ROOTPAGENAME}}]]. Click talk page to run tests. local p = require('Module:UnitTests') -- Example unit test. function p:test_desc()...')
-- Unit tests for [[Module:{{ROOTPAGENAME}}]]. Click talk page to run tests.localp=require('Module:UnitTests')-- Example unit test.functionp:test_desc()self:preprocess_equals('{{#invoke:Example | desc | 2% Foo\n3% Bar\n8% Carrot}}','8% Carrot<br>3% Bar<br>2%Foo')endreturnp