# HG changeset patch # User Matt Mackall # Date 1301514161 18000 # Node ID 58b86b9149f1c636b102790a7bbe8b5919e140cf # Parent 974490c1768f06a90dd3594ad73d892a89de4e81 url: fix tests diff -r 974490c1768f -r 58b86b9149f1 tests/test-url.py --- 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('a:b:c:d') - + + >>> url('aa:bb:cc:dd') + SSH examples: