-- error handling testslocal p =
function p.test local data = mw.loadData('Module:Does not exist') return dataend
function p.test2 error('foo')end
function p.htmlErrorTest local a = mw.html.create('foo') a.cssText(0) return aend
return p
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Module:Sandbox/Mdowdell".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.