Show More
@@ -109,7 +109,9 b' def test_url():' | |||||
109 | >>> url('mailto:John.Doe@example.com') |
|
109 | >>> url('mailto:John.Doe@example.com') | |
110 | <url scheme: 'mailto', path: 'John.Doe@example.com'> |
|
110 | <url scheme: 'mailto', path: 'John.Doe@example.com'> | |
111 | >>> url('a:b:c:d') |
|
111 | >>> url('a:b:c:d') | |
112 |
<url |
|
112 | <url path: 'a:b:c:d'> | |
|
113 | >>> url('aa:bb:cc:dd') | |||
|
114 | <url scheme: 'aa', path: 'bb:cc:dd'> | |||
113 |
|
115 | |||
114 | SSH examples: |
|
116 | SSH examples: | |
115 |
|
117 |
General Comments 0
You need to be logged in to leave comments.
Login now