跳转到内容

模組:沙盒/SecurityXP/test

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

这是Module:沙盒/SecurityXP/test当前版本,由Renamed user 7jjgug52hi7jjg4留言 | 贡献编辑于2020年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