Add an unittest for foo::bar URLs.

See #544, #546.
This commit is contained in:
Florian Bruhin 2015-03-11 17:48:24 +01:00
parent 4fa64350ca
commit 12a82eb371

View File

@ -155,6 +155,7 @@ class IsUrlTests(unittest.TestCase):
'deadbeef', 'deadbeef',
'31c3', '31c3',
'http:foo:0', 'http:foo:0',
'foo::bar',
) )
@mock.patch('qutebrowser.utils.urlutils.config', new=stubs.ConfigStub( @mock.patch('qutebrowser.utils.urlutils.config', new=stubs.ConfigStub(