lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Tue, Feb 23, 2010 at 8:02 PM, Roberto Ierusalimschy
<roberto@inf.puc-rio.br> wrote:
> In the replacement string, '%' can only be followed by '%' or a digit:

Thanks, Roberto. This was BTW the only issue I got testing all my
libraries on Lua 5.2, once I had provided get/setfenv substitutes ;)

steve d.