Test-More / TB2

Test::Builder version 2, the next generation of building testing modules in Perl
Other
1 stars 0 forks source link

TB2's TAP Formatter is not escaping # in test names #114

Closed schwernbot closed 10 years ago

schwernbot commented 10 years ago

From: @schwern Date: Sunday Sep 19, 2010 at 21:10 GMT Orig: https://github.com/Test-More/test-more/issues/78

Andreas reported this failure with 2.00_01 and Spreadsheet::ParseExcel. http://www.cpantesters.org/cpan/report/1a2128a2-c292-11df-82c9-cd22984c9764

Looks like Test::Builder is failing to see the $TODO.

schwernbot commented 10 years ago

From: @schwern Date: Tuesday Dec 21, 2010 at 04:34 GMT Orig: https://github.com/Test-More/test-more/issues/78#issuecomment-626447

What's really happening is TB2 is failing to escape the # in the test name causing the "# TODO" to be ignored by the parser.

schwernbot commented 10 years ago

From: @schwern Date: Sunday Jan 09, 2011 at 04:59 GMT Orig: https://github.com/Test-More/test-more/issues/78#issuecomment-663782

Escape # in test names and description.

Closed by a1f8f01b4433ec24a9478abb58a183d53e703364