Skip to content
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

Failed test 'It generated a standard header' (ANSI sequences?) #15

Open
eserte opened this issue Dec 19, 2023 · 1 comment
Open

Failed test 'It generated a standard header' (ANSI sequences?) #15

eserte opened this issue Dec 19, 2023 · 1 comment

Comments

@eserte
Copy link

eserte commented Dec 19, 2023

The test fails on some of my smokers (mainly freebsd 13, 14, 15, but not all of them):

#   Failed test 'It generated a standard header'
#   at t/01-help.t line 25.
#                   '�[4mSPEEDTEST�[24m(1)          User Contributed Perl Documentation         �[4mSPEEDTEST�[24m(1)
# '
#     doesn't match '(?^i:\bSPEEDTEST\s*\(1\))'
# Looks like you failed 1 test of 8.
t/01-help.t .. 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/8 subtests 

Looks like ANSI sequences which do not cope well with \b and \s.

@Tux
Copy link
Owner

Tux commented Dec 20, 2023

Was already fixed in 6512e2a on 2023-10-12.
I'll do a release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants