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