Langbahn Team – Weltmeisterschaft

Module:Easter/testcases: Difference between revisions

Content deleted Content added
PC-XT (talk | contribs)
Created page with '-- Example Unit tests for Module:Bananas. Click talk page to run tests. local p = require('Module:UnitTests') function p:test_hello() self:preprocess_eq...'
(No difference)

Revision as of 03:38, 25 July 2016

-- Example Unit tests for [[Module:Bananas]]. Click talk page to run tests.
local p = require('Module:UnitTests')

function p:test_hello()
    self:preprocess_equals('{{#invoke:Easter | Calculate}}', '{{#invoke:Easter/sandbox | Calculate}}')
end

return p