Jump to content

Main public logs

Combined display of all available logs of Wikipedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 18:41, 27 Hlakubele 2022 Prince ovy bua litsebo created page Module:Escape/testcases (Created page with "p = {} function p.test_string() return 'test, \\test, \\{,test\\\\ \\\\ \\\\\\\\' end function p.test_string2() return 'test { test {\\{ test, \\test, \\{,test\\ \\ \\ {\\' end function p.test_string_module(frame) return (p['test_string' .. (frame.args[1] or '')]():gsub('\\', '\\\\')) end function p.test_kill500(frame) local esc = require('Module:Escape') for k = 1, 500 do local v = esc:kill(p.test_string2(), 'test') end return os.clock(esc) end return p")