Mercurial > hg-stable
changeset 13808:58b86b9149f1
url: fix tests
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Wed, 30 Mar 2011 14:42:41 -0500 |
parents | 974490c1768f |
children | e6f795494d4f |
files | tests/test-url.py |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-url.py Wed Mar 30 13:34:39 2011 -0500 +++ b/tests/test-url.py Wed Mar 30 14:42:41 2011 -0500 @@ -109,7 +109,9 @@ >>> url('mailto:John.Doe@example.com') <url scheme: 'mailto', path: 'John.Doe@example.com'> >>> url('a:b:c:d') - <url scheme: 'a', path: 'b:c:d'> + <url path: 'a:b:c:d'> + >>> url('aa:bb:cc:dd') + <url scheme: 'aa', path: 'bb:cc:dd'> SSH examples: