Show More
@@ -132,8 +132,8 b' def _auxencode(path, dotencode):' | |||
|
132 | 132 | |
|
133 | 133 | >>> _auxencode('.foo/aux.txt/txt.aux/con/prn/nul/foo.', True) |
|
134 | 134 | '~2efoo/au~78.txt/txt.aux/co~6e/pr~6e/nu~6c/foo~2e' |
|
135 | >>> _auxencode('.com1com2/lpt9.lpt4.lpt1/conprn/foo.', False) | |
|
136 | '.com1com2/lp~749.lpt4.lpt1/conprn/foo~2e' | |
|
135 | >>> _auxencode('.com1com2/lpt9.lpt4.lpt1/conprn/com0/lpt0/foo.', False) | |
|
136 | '.com1com2/lp~749.lpt4.lpt1/conprn/com0/lpt0/foo~2e' | |
|
137 | 137 | >>> _auxencode('foo. ', True) |
|
138 | 138 | 'foo.~20' |
|
139 | 139 | >>> _auxencode(' .foo', True) |
General Comments 0
You need to be logged in to leave comments.
Login now