beyondgrep / ack2

**ack 2 is no longer being maintained. ack 3 is the latest version.**
https://github.com/beyondgrep/ack3/
Other
1.48k stars 138 forks source link

Win32: "colorize" tests fail for ack-2.12 #420

Closed pdl closed 10 years ago

pdl commented 10 years ago
    #   Failed test 'Colorizing -g output with --color should work'
    #   at t/ack-g.t line 268.
    #     Structures begin differing at:
    #          $got->[0] = 't\con←[30;43mtext←[0m.t←[0m←[K'
    #     $expected->[0] = 't/con←[30;43mtext←[0m.t←[0m←[K'
    # Looks like you failed 1 test of 2.

#   Failed test 'test -g with --color'

Looks like the slashes need to be normalised or removed. There are more issues at t/highlighting.t.