Deparse/t/core.t: add support for lex vars
authorDavid Mitchell <davem@iabyn.com>
Wed, 10 Oct 2012 15:32:52 +0000 (16:32 +0100)
committerDavid Mitchell <davem@iabyn.com>
Wed, 10 Oct 2012 15:39:21 +0000 (16:39 +0100)
commitaaaaf4274b748225fa5a628d88665311dcb00b55
tree1797e8be08fd30c531f23bf00d0acbb21c0f6c31
parentd8e99b9768201060c8fa1d6458d88c8b7081f491
Deparse/t/core.t: add support for lex vars

Enlarge the testing regime: before, for each op it tested
   foo($a,$b,$c,...)
now it also does
   foo(my $a,$b,$c,...)
   my ($a,$b,$c,...); foo($a,$b,$c,...)
dist/B-Deparse/t/core.t