[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: A Lua 5.2 string pattern issue
- From: steve donovan <steve.j.donovan@...>
- Date: Wed, 24 Feb 2010 08:29:11 +0200
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.