diff --git a/tests/test-diff-color.t b/tests/test-diff-color.t --- a/tests/test-diff-color.t +++ b/tests/test-diff-color.t @@ -51,6 +51,27 @@ default context a c +trailing whitespace + + $ cp a a.orig + $ sed 's/^dd$/dd \r/' a >a.new + $ mv a.new a + $ hg diff --nodates + \x1b[0;1mdiff -r cf9f4ba66af2 a\x1b[0m (esc) + \x1b[0;31;1m--- a/a\x1b[0m (esc) + \x1b[0;32;1m+++ b/a\x1b[0m (esc) + \x1b[0;35m@@ -2,7 +2,7 @@\x1b[0m (esc) + c + a + a + \x1b[0;31m-b\x1b[0m (esc) + \x1b[0;32m+dd\x1b[0m\x1b[0;1;41m \x1b[0m\r (esc) + a + a + c + + $ mv a.orig a + (check that 'ui.color=yes' match '--color=auto') $ hg diff --nodates --config ui.formatted=no