The documentation for this module is missing. Click here to create it.
-- <nowiki> -- Frame testing submodule for [[Module:UnitTests]]. -- @sumbodule -- Package variable. local p = {} -- Test utility. function p._test(frame) return "# " .. mw.title.getCurrentTitle().fullText .. "\n" .. "" end -- Export submodule. return p