-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
t/Tools_Text.t test failing in Sympa 6.2.54 #892
Comments
Hi @dpc22 |
That looks plausible to me if the test should only be run when the Unicode::UTF8 Perl module is installed. I infer that the optional modules are attempting to clean up broken UTF-8? It isn't clear to me what happens with |
sympa/src/lib/Sympa/Tools/Text.pm Lines 119 to 151 in db8702f
As sanytization and normalization by |
t/Tools_Text.t fails without optional modules (#892)
Version
6.2.54
Installation method
Building from source
Expected behavior
"make check" should pass all tests.
Actual behavior
One of the tests in t/Tools_Text.t fails unless the Unicode::UTF8 Perl module is installed
That is currently a "recommends" rather than a "requires" in cpanfile.
Additional information
Appears to be consequence of commit 43d3041
I attach a minimal test script which exhibits the problem on both Ubuntu 18.04 (Perl 5.26.1) and RHEL 7 (Perl 5.16.3)
test.pl.txt
The text was updated successfully, but these errors were encountered: