The formatting of the prompt in Windows is messy
Hello!
I'm having some small problems with formatting the output when I run the project tests on Windows with WSL. I believe it is something for formatting the Windows prompt.

I tested it through the Visual Code terminal on Windows and everything works fine! Perhaps it is the underline that does not end where it should.
I thought as a solution to change the formatting pattern of the file name. Maybe use a neutral color like Blue instead of underlining.
That's exactly what's going on. The underline shows up for non-printable chars. The fix would be to change the formatting logic for what is being underlined or, as you suggested, change it to a color instead.
I'm not currently setup to run GUT tests on windows. If anyone wants to take a stab at this I would appreciate it.