Add the test of [perl #8760] (fixed by change #18656).
Jarkko Hietaniemi [Wed, 5 Feb 2003 19:40:38 +0000 (19:40 +0000)]
p4raw-link: @18656 on //depot/perl: 834a3ffa15e23871424d94f91fd39fe77b05f76b

p4raw-id: //depot/perl@18662

t/run/fresh_perl.t

index a07396f..2f8baa6 100644 (file)
@@ -819,3 +819,9 @@ if ($name =~ /(\p{IsUpper}) (\p{IsUpper})/){
 }
 EXPECT
 It's good! >A< >B<
+######## [perl #8760] strangness with utf8 and warn
+$_="foo";utf8::upgrade($_);/bar/i,warn$_;
+EXPECT
+foo at - line 1.
+
+