Ticket #1519 (closed bug: noreply)

Opened 12 years ago

Last modified 10 years ago

plan(0) is not supported by Test::More/Test::Builder

Reported by: dukeleto Owned by:
Priority: normal Milestone:
Component: library Version: 2.2.0
Severity: medium Keywords:
Cc: Language:
Patch status: Platform: all

Description

In the Perl 5 world, and as part of the TAP spec, a plan of 0 tests usually outputs a plan line as : 1..0 and the test will pass if-and-only-if exactly 0 tests are run. Currently in Parrot, if you call plan(0), no plan line is emitted. I believe this to be wrong.

Change History

Changed 11 years ago by jkeenan

  • component changed from none to library

Changed 10 years ago by dukeleto

  • status changed from new to closed
  • resolution set to noreply
Note: See TracTickets for help on using tickets.