On 7/24/06, Ovid <[EMAIL PROTECTED]> wrote:
http://users.easystreet.com/ovid/downloads/TAPx-Parser-0.10.tar.gz
Not having a 'net connection in my flat yet meant that I was mostly flying
blind and had to try and recall what was said on the list from memory. As a
result, I'm sure that what I've put together doesn't quite match what may be
expected. However, I've gotten enough stuff done that I think this could
possibly serve as a preliminary TAP::Harness parser. Any thoughts on this?
i've only started to review this, but i did notice a doc/code mismatch
in TAPx::Parser.pm:
# the following items are hashes because they are sparse arrays
results => [], # TAP parser results
skipped => [], #
todo => [], #
passed => [], #
failed => [], #
actual_failed => [], # how many tests really failed
actual_passed => [], # how many tests really passed
parse_errors => [], # perfect TAP should have none
these don't seem to be hashes, as the comment suggests.
~jerry