We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b0e6ce commit 7b1452aCopy full SHA for 7b1452a
t/multiplexer.t
@@ -153,6 +153,9 @@ for my $test (@schedule) {
153
154
# use Data::Dumper;
155
# diag Dumper( { stash => $stash, result => $result } );
156
+ my @err = $parser->parse_errors();
157
+ ok(!@err, "$name: Parser has no parse errors");
158
+ diag @err if @err;
159
if ( defined $result ) {
160
my $expect = ( shift @$stash ) || ' OOPS ';
161
my $got = $result->raw;
0 commit comments