Ovid wrote:
I've run into a possible bug with TAPx::Parser.  According to 
http://search.cpan.org/dist/TAP/TAP.pm#The_plan:

The plan cannot appear in the middle of the output, nor can it appear more than once.

I'm getting parse errors because comments are output after the plan:

  TAPx-Parser $ perl -MTest::More=no_plan -e 'ok 0'
  not ok 1
  #   Failed test in -e at line 1.
  1..1
  # Looks like you failed 1 test of 1.

Which is correct?  I'm assuming that comments *are* allowed after the plan?  If 
so, that's a bit of work I'll have to do to correct for this.

Comments are exempt.

Reply via email to