Mercurial > public > mercurial-scm > hg
diff tests/test-eol-add.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 | 0ae7cad68842 |
children | 43b3b761d9d1 |
line wrap: on
line diff
--- a/tests/test-eol-add.t Mon Nov 08 01:41:41 2010 +0100 +++ b/tests/test-eol-add.t Mon Nov 08 01:41:42 2010 +0100 @@ -48,7 +48,7 @@ > echo '% hg status' > hg status > echo '% hg tip -p' - > hg tip -p | python $TESTDIR/printrepr.py + > hg tip -p > cd .. > rm -r repo-$1 > } @@ -118,8 +118,8 @@ -first -second -third - +first\r - +second\r - +third\r + +first\r (esc) + +second\r (esc) + +third\r (esc) $ rm -r repo