Jump to content

Module:String/testcases

विकिपीडिया से
Dcoetzee (बातचीत | योगदान) (Create with just test_len) के द्वारा 03:45, 25 फरवरी 2013 के बदलाव
(अंतर) ← पुरान बदलाव | हाल के संसोधन (अंतर) | नया बदलाव → (अंतर)
-- Unit tests for [[Module:String]]. Click talk page to run tests.
local p = require('Module:UnitTests')
 
function p:test_len()
    self:preprocess_equals('{{#invoke:String|len| foo |}}', '5')
    self:preprocess_equals('{{#invoke:String|len|s= foo |}}', '3')
end
 
return p