Show More
@@ -40,7 +40,7 b" show('data/less <, greater >, colon :, d" | |||
|
40 | 40 | ', pipe |, question-mark ?, asterisk *') |
|
41 | 41 | |
|
42 | 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 | 44 | show('data/a.hg/a.i/a.d/foo') |
|
45 | 45 | show('data/au.hg/au.i/au.d/foo') |
|
46 | 46 | show('data/aux.hg/aux.i/aux.d/foo') |
@@ -35,8 +35,8 b" A = 'data/less <, greater >, colon :, do" | |||
|
35 | 35 | B = 'data/less ~3c, greater ~3e, colon ~3a, double-quote ~22, backslash ~5c, pipe ~7c, question-mark ~3f, asterisk ~2a' |
|
36 | 36 | |
|
37 | 37 | encoding directories ending in .hg, .i or .d with '.hg' suffix |
|
38 | A = 'data/x.hg/x.i/x.d/foo' | |
|
39 | B = 'data/x.hg.hg/x.i.hg/x.d.hg/foo' | |
|
38 | A = 'data/x.h.i/x.hg/x.i/x.d/foo' | |
|
39 | B = 'data/x.h.i.hg/x.hg.hg/x.i.hg/x.d.hg/foo' | |
|
40 | 40 | |
|
41 | 41 | A = 'data/a.hg/a.i/a.d/foo' |
|
42 | 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