Mercurial > hg > mercurial-crew
diff tests/test-convert-svn-encoding.t @ 12940: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 +++ b/tests/test-convert-svn-encoding.t @@ -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 ..