×
Create a new article
Write your page title here:
We currently have 230 articles on Farthest Frontier. Type your article name above or create one of the articles listed here!



    Farthest Frontier
    Revision as of 15:15, 30 August 2022 by NotAracham (talk | contribs) (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")
    (diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

    Documentation for this module may be created at Module:Escape/testcases/doc

    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.
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.