跳转到内容

模块:沙盒/SecurityXP/test

维基百科,自由的百科全书

-- Module:Test的单元测试范例,前往讨论页以执行测试。 local p = require('Module:UnitTests')

function p:test_hello() self:preprocess_equals('Hello, world!', 'Hello, world!') end

return p