This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4291ccc
)
Correct test output for t/op/eval.t (missing newline)
author
Jerry D. Hedden
<jdhedden@cpan.org>
Mon, 1 Jun 2009 14:09:24 +0000
(10:09 -0400)
committer
Vincent Pit
<perl@profvince.com>
Mon, 1 Jun 2009 19:19:55 +0000
(21:19 +0200)
t/op/eval.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/eval.t
b/t/op/eval.t
index
4c01434
..
2fef2aa
100755
(executable)
--- a/
t/op/eval.t
+++ b/
t/op/eval.t
@@
-541,7
+541,7
@@
END_EVAL_TEST
print "ok $test # eval { 1 } completly resets \$@\n";
}
else {
- print "ok $test # skipped - eval { 1 } completly resets \$@";
+ print "ok $test # skipped - eval { 1 } completly resets \$@
\n
";
}
$test++;