Module:Titled coords/testcases: Difference between revisions
Appearance
Content deleted Content added
Module testcases |
(No difference)
|
Latest revision as of 20:07, 6 March 2025
![]() | This is the test cases page for the module Module:Titled coords. Results of the test cases. |
local titledCoords = require('Module:Titled_Coords/sandbox') -- the module to be tested
local ScribuntoUnit = require('Module:ScribuntoUnit')
local suite = ScribuntoUnit:new()
function suite:testBuild()
local title = "test title"
local coords = titledCoords.build("50/27/40/N/122/17/42/W",title,"")
self:assertStringContains(coords, title)
end
return suite