Hi!

I just got confused about the state of parsing nested TAP.

I thought at least TAP::Parser (v24, from github) would already parse
nested TAP. Doesn't it? Do I need to turn it on somehow?

My expectation came from Test::More propagating it like this:

    subtest 'An example subtest' => sub {
     plan tests => 2;
     
     pass("This is a subtest");
     pass("So is this");
    };

but TAP::Parser parses the subtests as "unknown", regardless of me
declaring "TAP version 13" or not.

I'm mostly interested in the state of implementation, I'm aware of the
spec discussion is in flux.

Thanks in advance for any clarification.

Kind regards,
Steffen 
-- 
Steffen Schwigon <s...@renormalist.net>
Dresden Perl Mongers <http://dresden-pm.org/>

Reply via email to