# HG changeset patch # User Sune Foldager # Date 1531318293 -7200 # Node ID b07b691d2667cd7ad7e77f00a236e26a270ee4d0 # Parent cc76692f401d0063cd5dfaf46f0fca1563a85fae tests: add diff color trailing whitespace test diff -r cc76692f401d -r b07b691d2667 tests/test-diff-color.t --- a/tests/test-diff-color.t Wed Jul 11 13:40:50 2018 -0400 +++ b/tests/test-diff-color.t Wed Jul 11 16:11:33 2018 +0200 @@ -51,6 +51,27 @@ 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