##// END OF EJS Templates
test-hybridencode: add a case for direncode
Adrian Buehlmann -
r17593:9e31a72b default
parent child Browse files
Show More
@@ -40,7 +40,7 b" show('data/less <, greater >, colon :, d"
40 ', pipe |, question-mark ?, asterisk *')
40 ', pipe |, question-mark ?, asterisk *')
41
41
42 print "encoding directories ending in .hg, .i or .d with '.hg' suffix"
42 print "encoding directories ending in .hg, .i or .d with '.hg' suffix"
43 show('data/x.hg/x.i/x.d/foo')
43 show('data/x.h.i/x.hg/x.i/x.d/foo')
44 show('data/a.hg/a.i/a.d/foo')
44 show('data/a.hg/a.i/a.d/foo')
45 show('data/au.hg/au.i/au.d/foo')
45 show('data/au.hg/au.i/au.d/foo')
46 show('data/aux.hg/aux.i/aux.d/foo')
46 show('data/aux.hg/aux.i/aux.d/foo')
@@ -35,8 +35,8 b" A = 'data/less <, greater >, colon :, do"
35 B = 'data/less ~3c, greater ~3e, colon ~3a, double-quote ~22, backslash ~5c, pipe ~7c, question-mark ~3f, asterisk ~2a'
35 B = 'data/less ~3c, greater ~3e, colon ~3a, double-quote ~22, backslash ~5c, pipe ~7c, question-mark ~3f, asterisk ~2a'
36
36
37 encoding directories ending in .hg, .i or .d with '.hg' suffix
37 encoding directories ending in .hg, .i or .d with '.hg' suffix
38 A = 'data/x.hg/x.i/x.d/foo'
38 A = 'data/x.h.i/x.hg/x.i/x.d/foo'
39 B = 'data/x.hg.hg/x.i.hg/x.d.hg/foo'
39 B = 'data/x.h.i.hg/x.hg.hg/x.i.hg/x.d.hg/foo'
40
40
41 A = 'data/a.hg/a.i/a.d/foo'
41 A = 'data/a.hg/a.i/a.d/foo'
42 B = 'data/a.hg.hg/a.i.hg/a.d.hg/foo'
42 B = 'data/a.hg.hg/a.i.hg/a.d.hg/foo'
General Comments 0
You need to be logged in to leave comments. Login now