Open trapd00r opened 2 years ago
Thanks! I don't see a reason why not; Is there a specific reason why?
t/lib/Test/Text/FileTree.pm
, line 51; I think just adding an additional is_deeply should be enough)my @in = ref $_[0] eq 'ARRAY' ? @{$_[0]} : @_
, and loop over @in
instead.
Allow for arguments to
->parse
to be passed as not just a flat list, but also as an arrayref: