CI: Job Output: Bad converting ANSI escape sequences to HTML
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Summary
Render of output from job ignores inverse font effect.
Steps to reproduce
Run this echo by CI JOB
echo -e "\033[32mThis is a green text and \033[7m this should be a green background. \033[27m The End."
Example Project
https://gitlab.com/o5/bug-ci-job-sequences
What is the current bug behavior?
https://gitlab.com/o5/bug-ci-job-sequences/-/jobs/91264870
What is the expected correct behavior?
Output of checks
This bug happens on GitLab.com and also on GitLab Community Edition 11.1.4
Possible fixes
As you can see in second screen, it's about bad CSS class use.
Edited by 🤖 GitLab Bot 🤖

