[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: A bug in string.gmatch and string.gsub?
- From: Dirk Laurie <dirk.laurie@...>
- Date: Mon, 29 Apr 2013 18:31:03 +0200
2013/4/29 Scott Morgan <blumf@blueyonder.co.uk>:
> Even odder....
>
> Lua 5.2.2 Copyright (C) 1994-2013 Lua.org, PUC-Rio
> > =(";a;"):gsub("a-", "ITEM")
> ITEM;ITEMaITEM;ITEM 4
>
> Why is that 'a' still there?
That's an independent bug. My patched version (which corrects
the other one) still has this one.