On Thu, Apr 19, 2012 at 15:00, Glenn Fowler <[email protected]> wrote:
>
> a libast::regex bug
> fixed in the next release
> thanks

Note that ~(F) ~(G) and ~(P) have similar issues.

>
> On Tue, 17 Apr 2012 11:51:10 +0800 Clark J. Wang wrote:
>>
>> See following example:
>>
>> $ echo ${.sh.version}
>> Version jM 93u 2011-02-08
>> $ [[ FOO == ~(E).* ]] && echo yes || echo no
>> yes
>> $ [[ FOO == ~(E:.*) ]] && echo yes || echo no
>> no
>> $
_______________________________________________
ast-users mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-users

Reply via email to