Modul:Wikidata/testcases
Aspect
Eroare Lua: expandTemplate: template "module test cases notice" does not exist.
local p = require('Modul:UnitTests')
function p:test_getLabel()
p:preprocess_equals_many('{{#invoke:Wikidata|getLabel|', '}}', { {'Q2|ro', 'Pământ'}, {'Q5903387|ro', 'Horizon Christian Schools'}, {'Q2|en', 'Earth'}, {'Q2', 'Pământ' } })
end
function p:test_getOneValueNoRef()
p:preprocess_equals_many('{{#invoke:Wikidata|getOneValueNoRef|', '}}', { {'P397|Q2', '[[:Soare|Soare]]'}, {'P487|Q2', '⊕'}, {'P2234|Q2', '1.083.210.000.000' .. mw.text.decode(' ') .. 'km³'} }, {nowiki=true})
end
function p:test_getValueListWithSeparator()
p:preprocess_equals_many('{{#invoke:Wikidata|getValueListWithSeparator|', '}}', { {'---|P487|Q2', '⊕---🌍---🌎---🌏'} })
end
return p