--- Andy Armstrong <[EMAIL PROTECTED]> wrote:

> The general problem being that we don't know whether a YAML block is 

> associated with a test or is just a disassociated comment?

Why not?  Even if the TAP is numberless, we can do this:

  ok
  ok
  not ok
  ok

Internally, the TAP::Parser still keeps a test count and the YAML can
simply have the test number embedded in it.  Heck, at that point, you
could even dump all of the YAML into a separate file and still know
which YAML is associated with which test.  No test number?  It's not
associated with a test.

Cheers,
Ovid

--

Buy the book -- http://www.oreilly.com/catalog/perlhks/
Perl and CGI -- http://users.easystreet.com/ovid/cgi_course/

Reply via email to