Andy Armstrong wrote: > That looks pretty usable. I wonder if it might be better to package > those YAMLish annotations as a special kind of diagnostic > > # Normal diagnostic > ## got: 1 > ## expected: 0
Please read the bottom of this page. http://perl-qa.yi.org/index.php/TAP_Proposals > That would mean that the annotations would show up even with a current > generation harness /and/ that any leakage from the test script to STDOUT > that matched /^\w+:/ wouldn't be confused with annotation. The idea is to no longer use STDERR at all. No more worrying about tying together STOUT and STDERR, which can't be done reliably anyway. You have one stream to capture, that's it. Anything on STDERR is optional noise and not TAP.