请输入您要查询的百科知识:

 

词条 Module:Country extract/testcases
释义 -- Example Unit tests for Country extract. Click talk page to run tests.

local p = require('Module:UnitTests')

function p:test()

    self:a_test('The Bahamas', 'BS')    self:a_test('France', 'FR')    self:a_test('United States', 'US')    self:a_test('Saint Vincent and the Grenadines', 'VC')    self:a_test('Virgin Islands of the United Kingdom', 'VG')    self:a_test('Zimbabwe', 'ZW')    self:a_test('The Germany', 'DE')    self:a_test('the Poland', 'PL')    self:a_test('Flag of Iceland', 'IS')    self:a_test('Obscuritania', '')

end

function p:a_test(country, code)

    self:preprocess_equals('{{#invoke:Country extract | main | ' .. country .. '}}', code)    self:preprocess_equals('{{#invoke:Country extract/sandbox | main | ' .. country .. '}}', code)

end

return p

1 : Wikipedia page with obscure country

随便看

 

开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。

 

Copyright © 2023 OENC.NET All Rights Reserved
京ICP备2021023879号 更新时间:2024/11/10 11:08:35