Test y///r with B::Deparse
authorFather Chrysostomos <sprout@cpan.org>
Sat, 6 Nov 2010 07:00:01 +0000 (00:00 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 6 Nov 2010 07:03:53 +0000 (00:03 -0700)
dist/B-Deparse/t/deparse.t

index c53ce8d..b9c2bf4 100644 (file)
@@ -17,7 +17,7 @@ BEGIN {
     require feature;
     feature->import(':5.10');
 }
-use Test::More tests => 92;
+use Test::More tests => 93;
 use Config ();
 
 use B::Deparse;
@@ -672,3 +672,6 @@ pop @_;
 foreach $' (1, 2) {
     sleep $';
 }
+####
+# y///r
+tr/a/b/r;