Testing deparsing of CORE::not
authorFather Chrysostomos <sprout@cpan.org>
Sat, 27 Aug 2011 12:46:25 +0000 (05:46 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 28 Aug 2011 00:46:08 +0000 (17:46 -0700)
dist/B-Deparse/t/core.t

index b4e1a6e..7b2bc16 100644 (file)
@@ -96,8 +96,7 @@ CORE_test keys => 'CORE::keys %bar', 'keys %hash';
 CORE_test reverse => 'CORE::reverse sort @foo', 'reverse sort';
 CORE_test system => 'CORE::system $foo $bar', 'system PROGRAM LIST';
 CORE_test values => 'CORE::values %bar', 'values %hash';
-# This test does not work. How do I get Deparse to output a not?
-#CORE_test not => 'CORE::not $a, $b', 'not';
+CORE_test not => '3 unless CORE::not $a && $b', 'not';
 CORE_test readline => 'CORE::readline $a.$b', 'readline';
 CORE_test readpipe => 'CORE::readpipe $a+$b', 'readpipe';