Mercurial > public > mercurial-scm > hg
diff tests/test-hybridencode.py @ 17593:9e31a72bede7
test-hybridencode: add a case for direncode
author | Adrian Buehlmann <adrian@cadifra.com> |
---|---|
date | Sun, 16 Sep 2012 22:43:24 +0200 |
parents | eb0884680f5c |
children | 4038071af82a |
line wrap: on
line diff
--- a/tests/test-hybridencode.py Mon Sep 17 08:58:35 2012 +0200 +++ b/tests/test-hybridencode.py Sun Sep 16 22:43:24 2012 +0200 @@ -40,7 +40,7 @@ ', pipe |, question-mark ?, asterisk *') print "encoding directories ending in .hg, .i or .d with '.hg' suffix" -show('data/x.hg/x.i/x.d/foo') +show('data/x.h.i/x.hg/x.i/x.d/foo') show('data/a.hg/a.i/a.d/foo') show('data/au.hg/au.i/au.d/foo') show('data/aux.hg/aux.i/aux.d/foo')