Open eserte opened 5 years ago
Thanks for the report. I'm pretty sure this has been fixed but not yet released. If you have a minute, would you be able to test this on the dev
branch?
I tried 432f0681f70fe8bfc54ca8bf81d30d2c83ba968d, but still the same failure.
Here a Dockerfile to reproduce in a clean setup:
# maybe: docker pull debian:buster
# docker build -t perl-test . && docker run perl-test
FROM debian:buster
RUN apt-get -y update
RUN apt-get -y install perl-modules
RUN apt-get -y install make gcc
RUN apt-get -y install libtidy-dev git
WORKDIR /tmp
RUN git clone --depth=1 https://github.com/petdance/html-tidy5.git -b dev
WORKDIR /tmp/html-tidy5
CMD cpan -t .
@eserte @petdance : I wrote a fix for a similar failure for HTML-T5 on mageia v8 - https://github.com/shlomif/html-tidy5/commit/8a389829e6af192b9f612a28db1916a05d3e1477 - feel free to borrow it.
Is it safe to ignore that failing test?
Yeah, you can ignore it.
On debian/buster (= current testing) the test suite fails: