diff tests/test-grep.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 4fee1fd3de9a
children 332e400764e5
line wrap: on
line diff
--- a/tests/test-grep.t	Mon Nov 08 01:35:41 2010 +0100
+++ b/tests/test-grep.t	Mon Nov 08 01:41:41 2010 +0100
@@ -33,9 +33,9 @@
 
   $ hg --config extensions.color= grep --config color.mode=ansi \
   >     --color=always port port
-  port:4:export
-  port:4:vaportight
-  port:4:import/export
+  port:4:ex\x1b[0;31;1mport\x1b[0m (esc)
+  port:4:va\x1b[0;31;1mport\x1b[0might (esc)
+  port:4:im\x1b[0;31;1mport\x1b[0m/export (esc)
 
 all