diff tests/test-mq.t @ 12942:05fffd665170 stable

tests: use (esc) for all non-ASCII test output
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 08 Nov 2010 01:41:41 +0100
parents 6cc4b14fb76b
children 827a1cc127bf
line wrap: on
line diff
--- a/tests/test-mq.t	Mon Nov 08 01:35:41 2010 +0100
+++ b/tests/test-mq.t	Mon Nov 08 01:41:41 2010 +0100
@@ -178,11 +178,11 @@
 status --mq with color (issue2096)
 
   $ hg status --mq --config extensions.color= --color=always
-  A .hgignore
-  A A
-  A B
-  A series
-  ? flaf
+  \x1b[0;32;1mA .hgignore\x1b[0m (esc)
+  \x1b[0;32;1mA A\x1b[0m (esc)
+  \x1b[0;32;1mA B\x1b[0m (esc)
+  \x1b[0;32;1mA series\x1b[0m (esc)
+  \x1b[0;35;1;4m? flaf\x1b[0m (esc)
 
 try the --mq option on a command provided by an extension