Module:User:Mr. Stradivarius/previewbug

p = {}

function p.test()
    return error("this error text is not visible when using 'Preview page with this template'")
end

return p