This is an old revision of this page, as edited by Dcoetzee(talk | contribs) at 03:45, 25 February 2013(Create with just test_len). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.Revision as of 03:45, 25 February 2013 by Dcoetzee(talk | contribs)(Create with just test_len)
-- Unit tests for [[Module:String]]. Click talk page to run tests.localp=require('Module:UnitTests')functionp:test_len()self:preprocess_equals('{{#invoke:String|len| foo |}}','5')self:preprocess_equals('{{#invoke:String|len|s= foo |}}','3')endreturnp