跳转到内容

模組:WikitextLC/testcases

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

这是本页的一个历史版本,由YFdyh000留言 | 贡献2023年10月27日 (五) 19:18编辑。这可能和当前版本存在着巨大的差异。

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

function p:test_notconverted()
	self:preprocess_equals(lc.converted("測試:-{A協会}-","zh-cn"), '测试:A協会')
end
function p:test_notconverted_sb()
	self:preprocess_equals(lcs.converted("測試:-{A協会}-","zh-cn"), '测试:A協会')
end

return p