From: Rafael Garcia-Suarez Date: Thu, 28 Mar 2002 10:12:35 +0000 (+0100) Subject: Re: Regex-Unicode bugs X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5528c7ba85dedba29ee9be8b67a5c1c177b8b183;p=p5sagit%2Fp5-mst-13.2.git Re: Regex-Unicode bugs Message-ID: <20020328101235.F678@rafael> p4raw-id: //depot/perl@15609 --- diff --git a/t/op/regmesg.t b/t/op/regmesg.t index 82f6ee9..8728aee 100644 --- a/t/op/regmesg.t +++ b/t/op/regmesg.t @@ -78,6 +78,10 @@ my @death = '/[[.barf.]]/' => 'POSIX syntax [. .] is reserved for future extensions in regex; marked by {#} in m/[[.barf.]{#}]/', '/[z-a]/' => 'Invalid [] range "z-a" in regex; marked by {#} in m/[z-a{#}]/', + + '/\p/' => 'Empty \p{} in regex; marked by {#} in m/\p{#}/', + + '/\P{}/' => 'Empty \P{} in regex; marked by {#} in m/\P{{#}}/', ); ##