tests/test-eolfilename.t
branchstable
changeset 12942 05fffd665170
parent 12425 fcf55506c2f4
child 13945 03f3ce7ca2a8
--- a/tests/test-eolfilename.t	Mon Nov 08 01:35:41 2010 +0100
+++ b/tests/test-eolfilename.t	Mon Nov 08 01:41:41 2010 +0100
@@ -9,11 +9,11 @@
   $ A=`printf 'he\rllo'`
   $ echo foo > "$A"
   $ hg add
-  adding he
llo
+  adding he\rllo (esc)
   abort: '\n' and '\r' disallowed in filenames: 'he\rllo'
   [255]
   $ hg ci -A -m m
-  adding he
llo
+  adding he\rllo (esc)
   abort: '\n' and '\r' disallowed in filenames: 'he\rllo'
   [255]
   $ rm "$A"
@@ -31,7 +31,7 @@
   [255]
   $ echo foo > "$A"
   $ hg debugwalk
-  f  he
llo  he
llo
+  f  he\rllo  he\rllo (esc)
   f  hell
   o  hell
   o
@@ -51,7 +51,7 @@
   $ touch "$A"
   $ touch "$B"
   $ hg status --color=always
-  ? foo
-  bar
-  ? foo
-  bar.baz
+  \x1b[0;35;1;4m? foo\x1b[0m (esc)
+  \x1b[0;35;1;4mbar\x1b[0m (esc)
+  \x1b[0;35;1;4m? foo\x1b[0m (esc)
+  \x1b[0;35;1;4mbar.baz\x1b[0m (esc)