On 7/3/06, Ovid <[EMAIL PROTECTED]> wrote:
----- Original Message ----
From: Michael G Schwern <[EMAIL PROTECTED]>
> Diagnostic information *is* unreliable in TAP.
> Do not parse it.
It is now being discarded.
Don't discard it, just pass it straight through.
Consider the use case of wanting to do colorized TAP output. Or a TAP
viewer with collapsable/expandable comment sections.
> Test::Harness handles directives case insensitively. I don't see any
> particular reason to stop.
OK. What about 'ok' and 'not ok'? It seems inconsistent to allow one to be
case-insensitive and not the other.
Might be inconsistent but that's the way Test::Harness works. I'd
rather err on the side of being more strict when possible. We can
always losen it up later.
Besides, its never been a problem before. YAGNI.