模组:沙盒/SecurityXP/test

来自Local Chinese Wikipedia
imported>Renamed user 7jjgug52hi7jjg42020年9月18日 (五) 03:26的版本 (SecurityXP已移動頁面Category:存廢討論秩序促進會Module:沙盒/SecurityXP/test,不留重新導向)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转到导航 跳转到搜索

-- Module:Test的單元測試範例,前往討論頁以執行測試。 local p = require('Module:UnitTests')

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

return p