From 08454bd8a4cf1faf0c407c322e5e8dff7c80478e Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Wed, 21 Mar 2012 22:34:13 -0700 Subject: uni/parser.t: Fix eval num in test --- t/uni/parser.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/uni/parser.t b/t/uni/parser.t index 5b1c37be3d..f142edb609 100644 --- a/t/uni/parser.t +++ b/t/uni/parser.t @@ -105,6 +105,6 @@ is ${"main::\345\225\217"}, undef, "..and using the encoded form doesn't"; use charnames qw( :full ); eval qq! my \$\x{30cb} \N{DROMEDARY CAMEL} !; - is $@, 'Unrecognized character \x{1f42a}; marked by <-- HERE after my $ニ <-- HERE near column 8 at (eval 13) line 1. + is $@, 'Unrecognized character \x{1f42a}; marked by <-- HERE after my $ニ <-- HERE near column 8 at (eval 11) line 1. ', "'Unrecognized character' croak is UTF-8 clean"; } -- cgit v1.2.1