Module:Wikipedia ads/testcases: Difference between revisions
Appearance
Content deleted Content added
testcases |
(No difference)
|
Revision as of 15:12, 31 October 2014
![]() | This is the test cases page for the module Module:Wikipedia ads. Results of the test cases. |
-- Unit tests for [[Module:Wikipedia ads]]. Click talk page to run tests.
local p = require('Module:UnitTests')
function p:test_hello()
self:preprocess_equals_preprocess('{{wikipedia ads|ad=4}}', '{{wikipedia ads||4}}')
self:preprocess_equals_preprocess('{{wikipedia ads/sandbox|ad=4}}', '{{wikipedia ads/sandbox||4}}')
self:preprocess_equals_preprocess('{{wikipedia ads|ad=9|linkcolor=red|color=blue|background=yellow}}', '{{wikipedia ads/sandbox|ad=9|linkcolor=red|color=blue|background=yellow}}')
self:preprocess_equals_preprocess('{{wikipedia ads|ad=9}}', '{{wikipedia ads/sandbox|ad=9}}')
self:preprocess_equals_preprocess('{{wikipedia ads|navbox=yes}}', '{{wikipedia ads/sandbox|navbox=yes}}')
end
return p