Hi all, In TAP.pm, the document I'm using as my official reference for parsing TAP, I've noticed the following in the definition of "description": Any text after the test number but before a # is the description of the test point. >From my observations of test behavior, the shouldn't that be the following? Any text after the test number but before *an unescaped* # is the description of the test point. Example: TAPx-Parser $ perl -MTest::More=no_plan -e'ok 1, "# TODO annoy perl-qa"' ok 1 - \# TODO annoy perl-qa 1..1 Cheers, Ovid
-- If this message is a response to a question on a mailing list, please send follow up questions to the list. Web Programming with Perl -- http://users.easystreet.com/ovid/cgi_course/