More tests for deparsing warn()+1, etc.
authorFather Chrysostomos <sprout@cpan.org>
Thu, 8 Dec 2011 22:27:15 +0000 (14:27 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 8 Dec 2011 22:27:15 +0000 (14:27 -0800)
dist/B-Deparse/t/deparse.t

index d71eeaa..4d90a1b 100644 (file)
@@ -873,6 +873,8 @@ CORE::do({});
 () = (eof) + 1;
 () = (return) + 1;
 () = (return, 1);
+() = warn;
+() = warn() + 1;
 () = setpgrp() + 1;
 ####
 # [perl #63558] open local(*FH)