跳转到内容

模組:Find country/testcases

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

这是Module:Find country/testcases当前版本,由HanTsî留言 | 贡献编辑于2022年5月3日 (二) 06:48 (// Edit via Wikiplus)。这个网址是本页该版本的固定链接。

(差异) ←上一修订 | 最后版本 (差异) | 下一修订→ (差异)
-- Unit tests for [[Module:Find country]]. Click talk page to run tests.
local p = require('Module:UnitTests')

-- Example unit test.
-- function p:test_main()
	--  self:preprocess_equals('{{#invoke:Find country |main|"France is lovely at this time of year "}}') 
-- end
function p:test_main()
	
	self:preprocess_equals('{{#invoke:Find country|main}}', 'Find')
end

return p