Module:Escape/testcases: Revision history

From The Kodiak Republic Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

12 January 2023

  • curprev 09:5909:59, 12 January 2023Silmjlc talk contribs 472 bytes +472 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"
Cookies help us deliver our services. By using our services, you agree to our use of cookies.