From: Hugo van der Sanden Date: Fri, 25 May 2001 02:13:25 +0000 (+0100) Subject: Re: [ID 20010506.041] segfault when matching utf8 string X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=97b9a4cba4a5c4e26cd7e473ffd825348d541a87;p=p5sagit%2Fp5-mst-13.2.git Re: [ID 20010506.041] segfault when matching utf8 string Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk> p4raw-id: //depot/perl@10207 --- diff --git a/t/op/misc.t b/t/op/misc.t index c791f15..e3927a3 100755 --- a/t/op/misc.t +++ b/t/op/misc.t @@ -677,3 +677,8 @@ sub bad { } EXPECT OK +######## +# Bug 20010506.041 +"abcd\x{1234}" =~ /(a)(b[c])(d+)?/i and print "ok\n"; +EXPECT +ok