From: Peter Bex <[email protected]>
Subject: [Chicken-hackers] [PATCH] Small bugfix for irregex
Date: Wed, 15 Aug 2012 21:45:48 +0200

> Hi hackers,
> 
> Here's a bugfix for irregex to change this behavior:
> 
> #;1> (use irregex)
> #;2> (irregex-match 'http-url "http://call-cc.org/foo";)
> #<regexp-match (0 submatches)>
> #;3> (irregex-match 'http-url "http://call-cc.org/foo/bar";)
> #f

Pushed. I forgot to sign-off, as usual.


cheers,
felix

_______________________________________________
Chicken-hackers mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/chicken-hackers

Reply via email to