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:
604022a
)
Add more tests to cproto.t
author
Father Chrysostomos
<sprout@cpan.org>
Tue, 26 Jul 2011 16:57:09 +0000
(09:57 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Tue, 26 Jul 2011 16:57:09 +0000
(09:57 -0700)
It was missing tests for three keywords.
t/op/cproto.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/cproto.t
b/t/op/cproto.t
index
da6380f
..
ee97433
100644
(file)
--- a/
t/op/cproto.t
+++ b/
t/op/cproto.t
@@
-7,7
+7,7
@@
BEGIN {
}
BEGIN { require './test.pl'; }
-plan tests => 24
0
;
+plan tests => 24
3
;
while (<DATA>) {
chomp;
@@
-30,6
+30,8
@@
__DATA__
__FILE__ ()
__LINE__ ()
__PACKAGE__ ()
+__DATA__ undef
+__END__ undef
abs (_)
accept (**)
alarm (_)
@@
-55,6
+57,7
@@
cos (_)
crypt ($$)
dbmclose (\%)
dbmopen (\%$$)
+default undef
defined undef
delete undef
die (@)