https://en.wikipedia.org/w/index.php?action=history&feed=atom&title=Module%3ABad_title_suggestion%2Ftestcases Module:Bad title suggestion/testcases - Revision history 2025-06-10T10:44:41Z Revision history for this page on the wiki MediaWiki 1.45.0-wmf.4 https://en.wikipedia.org/w/index.php?title=Module:Bad_title_suggestion/testcases&diff=1009191579&oldid=prev The Earwig: create 2021-02-27T06:35:35Z <p>create</p> <p><b>New page</b></p><div>-- Unit tests for [[Module:Bad title suggestion]]. Click talk page to run tests.<br /> local p = require(&#039;Module:UnitTests&#039;)<br /> <br /> function p:test_basic()<br /> self:preprocess_equals_preprocess(&#039;{{#invoke:Bad title suggestion|main|&gt;|Foobar&amp;#62;}}&#039;, &#039;{{Did you mean box|Foobar}}&#039;)<br /> end<br /> <br /> function p:test_namespaced()<br /> self:preprocess_equals_preprocess(&#039;{{#invoke:Bad title suggestion|main|}|Wikipedia:Village pump&amp;#125;&amp;#125;}}&#039;, &#039;{{Did you mean box|Wikipedia:Village pump}}&#039;)<br /> end<br /> <br /> function p:test_pipe()<br /> self:preprocess_equals_preprocess(&#039;{{#invoke:Bad title suggestion|main|||Main Page&amp;#124;title text}}&#039;, &#039;{{Did you mean box|Main Page}}&#039;)<br /> end<br /> <br /> function p:test_missing()<br /> self:preprocess_equals_preprocess(&#039;{{#invoke:Bad title suggestion|main|&gt;|This page absolutely does not exist&amp;#62;}}&#039;, &#039;&#039;)<br /> end<br /> <br /> function p:test_category()<br /> self:preprocess_equals_preprocess(&#039;{{#invoke:Bad title suggestion|main|&gt;|Category:Contents&amp;#62;}}&#039;, &#039;{{Did you mean box|Category:Contents}}&#039;)<br /> end<br /> <br /> function p:test_first_invalid()<br /> self:preprocess_equals_preprocess(&#039;{{#invoke:Bad title suggestion|main|&lt;|&amp;60;Foobar&amp;#62;}}&#039;, &#039;&#039;)<br /> end<br /> <br /> function p:test_empty()<br /> self:preprocess_equals_preprocess(&#039;{{#invoke:Bad title suggestion|main|&gt;|}}&#039;, &#039;&#039;)<br /> end<br /> <br /> return p</div> The Earwig