tests/test-grep.t
branchstable
changeset 12942 05fffd665170
parent 12399 4fee1fd3de9a
child 13920 332e400764e5
--- 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