# HG changeset patch # User Matt Mackall # Date 2011-03-30 19:42:41 # Node ID 58b86b9149f1c636b102790a7bbe8b5919e140cf # Parent 974490c1768f06a90dd3594ad73d892a89de4e81 url: fix tests diff --git a/tests/test-url.py b/tests/test-url.py --- a/tests/test-url.py +++ b/tests/test-url.py @@ -109,7 +109,9 @@ def test_url(): >>> url('mailto:John.Doe@example.com') >>> url('a:b:c:d') - + + >>> url('aa:bb:cc:dd') + SSH examples: