comparison tests/test-bookmarks.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 f13acb96b2a7
children d012d95499f7
comparison
equal deleted inserted replaced
12941:b911cb80c671 12942:05fffd665170
19 19
20 list bookmarks with color 20 list bookmarks with color
21 21
22 $ hg --config extensions.color= --config color.mode=ansi \ 22 $ hg --config extensions.color= --config color.mode=ansi \
23 > bookmarks --color=always 23 > bookmarks --color=always
24  * X -1:000000000000 24 \x1b[0;32m * X -1:000000000000\x1b[0m (esc)
25 25
26 $ echo a > a 26 $ echo a > a
27 $ hg add a 27 $ hg add a
28 $ hg commit -m 0 28 $ hg commit -m 0
29 29