I have git bash installed on Windows 10 and get some cryptic looking output from a test library written in go gotestsum:
$ gotestsum --format dots
[src/interface/controller/client-controller]←[32m·←[0m←[32m·←[0m←[32m·←[0m←[32m·←[0m←[32m·←[0m←[32m·←[0m←[32m·←[0m←[32m·←[0m←[32m·←[0m←[32m·←[0m
However, it should look like this (taken from windows cmd):
I've already checked this question and the proposed test with running echo -e "\033[44m\033[37m Test \033[0m" works, I can see the blue output:
Why is the other color encoding not working for the script?