https://en.wikipedia.org/w/index.php?action=history&feed=atom&title=Module%3ATitled_coords%2Ftestcases Module:Titled coords/testcases - Revision history 2025-05-30T15:44:50Z Revision history for this page on the wiki MediaWiki 1.45.0-wmf.3 https://en.wikipedia.org/w/index.php?title=Module:Titled_coords/testcases&diff=1279142882&oldid=prev RedWolf: Module testcases 2025-03-06T20:07:07Z <p>Module testcases</p> <p><b>New page</b></p><div>local titledCoords = require(&#039;Module:Titled_Coords/sandbox&#039;) -- the module to be tested<br /> local ScribuntoUnit = require(&#039;Module:ScribuntoUnit&#039;)<br /> local suite = ScribuntoUnit:new()<br /> <br /> function suite:testBuild()<br /> local title = &quot;test title&quot;<br /> local coords = titledCoords.build(&quot;50/27/40/N/122/17/42/W&quot;,title,&quot;&quot;)<br /> self:assertStringContains(coords, title)<br /> end<br /> <br /> return suite</div> RedWolf