Skip Menu |

This queue is for tickets about the HTML-FormatText-WithLinks-AndTables CPAN distribution.

Report information
The Basics
Id: 119264
Status: resolved
Priority: 0/
Queue: HTML-FormatText-WithLinks-AndTables

People
Owner: Nobody in particular
Requestors: ppisar [...] redhat.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.06
Fixed in: (no value)



Subject: t/empty_row.t fails with HTML-Formatter-2.16
After upgrading HTML-Formatter from 2.14 to 2.16, t/empty_row.t test fails like this: t/empty_row.t ............................ ok # Failed test 'blank output, no token strings' # at t/empty_td.t line 15. # Looks like you failed 1 test of 1. t/empty_td.t ............................. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests
On Fri Dec 16 03:43:05 2016, ppisar wrote: Show quoted text
> After upgrading HTML-Formatter from 2.14 to 2.16, t/empty_row.t test > fails like this: > > t/empty_row.t ............................ ok > # Failed test 'blank output, no token strings' > # at t/empty_td.t line 15. > # Looks like you failed 1 test of 1. > t/empty_td.t ............................. > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/1 subtests
Looks like HTML::Formatter 2.16 likes to replace   with \240. I made a new release that converts them to regular spaces before stripping leading and trailing spaces from table cells.