Mercurial > public > mercurial-scm > hg-stable
diff tests/test-convert-svn-encoding.t @ 12943:7439ea4146f8 stable
tests: use (esc) instead of other kinds of string escaping
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Mon, 08 Nov 2010 01:41:42 +0100 |
parents | 05fffd665170 |
children | 43b3b761d9d1 |
line wrap: on
line diff
--- a/tests/test-convert-svn-encoding.t Mon Nov 08 01:41:41 2010 +0100 +++ b/tests/test-convert-svn-encoding.t Mon Nov 08 01:41:42 2010 +0100 @@ -128,8 +128,8 @@ Check tags are in UTF-8 - $ python -c "print '\n'.join([('%r' % l) for l in file('.hgtags', 'rb').readlines()])" - '221c3fdaf24df5f14c0a64c597581e2eacfb47bb branch\xc3\xa9e\n' - '7a40952c2db29cf00d9e31df3749e98d8a4bdcbf branch\xc3\xa9\n' + $ cat .hgtags + 221c3fdaf24df5f14c0a64c597581e2eacfb47bb branch\xc3\xa9e (esc) + 7a40952c2db29cf00d9e31df3749e98d8a4bdcbf branch\xc3\xa9 (esc) $ cd ..