Content deleted Content added
Fred Gandt (talk | contribs) update test expectations |
Fred Gandt (talk | contribs) nowiki not combined for alarming messages |
||
Line 7:
function p:test__no_name_param()
self:preprocess_equals('{{#invoke:AnnotatedLink|main}}', '<span style="color:#d33">[[Module:AnnotatedLink]] requires a page name (including namespace).</span>[[Category:Pages displaying alarming messages about Module:AnnotatedLink]]', {
end
function p:test__no_name_value()
self:preprocess_equals('{{#invoke:AnnotatedLink|main|name=}}', '<span style="color:#d33">[[Module:AnnotatedLink]] requires a page name (including namespace).</span>[[Category:Pages displaying alarming messages about Module:AnnotatedLink]]', {
end
|