In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/d2192f4f82773968f8eb344c3b3b3836b271aa06?hp=23b7025ebc631174249ce95dd496a0f82b55701a>
- Log ----------------------------------------------------------------- commit d2192f4f82773968f8eb344c3b3b3836b271aa06 Author: Father Chrysostomos <[email protected]> Date: Tue Dec 11 16:18:40 2012 -0800 Really fix t/op/lex.t I *thought* I had run the tests after making commit 6d70c68615. ----------------------------------------------------------------------- Summary of changes: t/op/lex.t | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/t/op/lex.t b/t/op/lex.t index 7601b95..157ac24 100644 --- a/t/op/lex.t +++ b/t/op/lex.t @@ -64,7 +64,8 @@ fresh_perl_is( fresh_perl_is( 'BEGIN{ ++$_ for @INC{"charnames.pm","_charnames.pm"}; $^H{charnames} = \"foo" } "\N{a}"', - 'Constant(\N{a}) unknown at - line 1, within string' . "\n" + "Not a CODE reference at - line 2.\n" + ."Propagated at - line 2, within string\n" ."Execution of - aborted due to compilation errors.\n", { stderr => 1 }, 'no crash when charnames cannot load and %^H holds string reference' -- Perl5 Master Repository
