Module:Jcttop/core/testcases

From English Wikipedia @ Freddythechick

This is the current revision of this page, as edited by imported>Fredddie at 01:02, 22 September 2022 (add). The present address (URL) is a permanent link to this version.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
-- Click talk page to run tests.
local p = require('Module:UnitTests')

function p:test_indep_city_special()
    self:preprocess_equals('{{#invoke:Jcttop/core | jcttop | sub1name=County | unit=mi | unit2=km }}\n|}', '<table class="plainrowheaders wikitable">\n<tr><th scope="col">County</th><th scope="col">Location</th><th scope="col"><abbr title="Miles">mi</abbr></th><th scope="col"><abbr title="Kilometers">km</abbr></th><th scope="col">Destinations</th><th scope="col">Notes</th></tr></table>')
    self:preprocess_equals('{{#invoke:Jcttop/core/sandbox | jcttop | sub1name=County | unit=mi | unit2=km }}\n|}', '<table class="plainrowheaders wikitable">\n<tr><th scope="col">County</th><th scope="col">Location</th><th scope="col"><abbr title="Miles">mi</abbr></th><th scope="col"><abbr title="Kilometers">km</abbr></th><th scope="col">Destinations</th><th scope="col">Notes</th></tr></table>')
end

return p