From 97b9a4cba4a5c4e26cd7e473ffd825348d541a87 Mon Sep 17 00:00:00 2001 From: Hugo van der Sanden Date: Fri, 25 May 2001 03:13:25 +0100 Subject: [PATCH] Re: [ID 20010506.041] segfault when matching utf8 string Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk> p4raw-id: //depot/perl@10207 --- t/op/misc.t | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.7.4