Module:Navbar/testcases explained

--Quick and few tests of using the _navbar function directly, as they won't be caught in tests of local p = local n = require('Module:Navbar')local ns = require('Module:Navbar/sandbox')require('strict') --make sure no globals

function p.main local out = for i = 1,2 do local k = table.insert(out,) end table.insert(out,) return table.concat(out[1])..table.concat(out[2])..table.concat(out[3])endreturn p