Edge Rewrite
// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a225f8485c96b36e

Jump to content

Module:Titled coords/testcases

From Wikipedia, the free encyclopedia
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