diff tests/test-status-color.t @ 24127:4cb8002658d6

resolve: port to generic templater Test output changes because color labels are applied separately.
author Yuya Nishihara <yuya@tcha.org>
date Wed, 11 Feb 2015 13:59:13 +0900
parents e955549cd045
children ef1eb6df7071
line wrap: on
line diff
--- a/tests/test-status-color.t	Wed Feb 11 13:55:15 2015 +0900
+++ b/tests/test-status-color.t	Wed Feb 11 13:59:13 2015 +0900
@@ -338,8 +338,8 @@
 hg resolve with one unresolved, one resolved:
 
   $ hg resolve --color=always -l
-  \x1b[0;31;1mU a\x1b[0m (esc)
-  \x1b[0;32;1mR b\x1b[0m (esc)
+  \x1b[0;31;1mU \x1b[0m\x1b[0;31;1ma\x1b[0m (esc)
+  \x1b[0;32;1mR \x1b[0m\x1b[0;32;1mb\x1b[0m (esc)
 
 color coding of error message with current availability of curses