Документация

Документация теста

править


-- Unit tests for [[Module:Video game reviews/песочница]]. Click talk page to run tests.
local p = require('Module:Video game reviews/песочница')

function p:test_hello()
    self:preprocess_equals('{{#invoke:Video game reviews/песочница | hello}}', 'Hello, world!')
end

return p