Skip to content

Commit

Permalink
Make test description better
Browse files Browse the repository at this point in the history
by making it dump .perl of args Capture rather than just type.
Very hard to figure out which test is failing otherwise.
  • Loading branch information
zoffixznet committed May 8, 2017
1 parent 9fad95d commit b803879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S16-io/comb.t
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ sub test-comb($text,@result,|c) {
is @got, @result, 'did we get expected result in for loop';

is open($filename).comb(|c,:close).elems, +@result, 'elems ok';
}, "testing '$text.substr(^4)' with {c.list[0].^name}";
}, "testing '$text.substr(^4)' with {c.perl}";
}

# standard text file
Expand Down

0 comments on commit b803879

Please sign in to comment.