Module:Disambiguation/testcases
Appearance
![]() | This is the test cases page for the module Module:Disambiguation. Results of the test cases. |
-- Unit tests for [[Module:{{ROOTPAGENAME}}]]. Click talk page to run tests.
local p = require('Module:UnitTests')
-- Example unit test.
function p:test_1()
self:preprocess_equals('{{#invoke:Disambiguation | isDisambiguationPage | Paris}}', '')
self:preprocess_equals('{{#invoke:Disambiguation | isDisambiguationPage | New}}', 'yes')
self:preprocess_equals('{{#invoke:Disambiguation | isDisambiguationPage | Black swan (disambiguation)}}', 'yes')
end
return p