Re: [ PATCH ] module test fest
[p5sagit/p5-mst-13.2.git] / ext / B / t / terse.t
index 35f5eee..33b2313 100644 (file)
@@ -78,6 +78,9 @@ sub bar {
 
        # make a PV
        $foo = "a string";
+
+       # make an OP_SUBSTCONT
+       $foo =~ s/(a)/$1/;
 }
 
 SKIP: {