Gut icon indicating copy to clipboard operation
Gut copied to clipboard

The formatting of the prompt in Windows is messy

Open schweigert opened this issue 5 years ago • 3 comments

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.

image

schweigert avatar Aug 18 '20 23:08 schweigert

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.

schweigert avatar Aug 18 '20 23:08 schweigert

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.

bitwes avatar Aug 24 '20 18:08 bitwes

I'm not currently setup to run GUT tests on windows. If anyone wants to take a stab at this I would appreciate it.

bitwes avatar Oct 19 '21 20:10 bitwes