Skip to content

Commit

Permalink
Add an unittest for foo::bar URLs.
Browse files Browse the repository at this point in the history
See #544, #546.
  • Loading branch information
The-Compiler committed Mar 19, 2015
1 parent 669760e commit 2322ee4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qutebrowser/test/utils/test_urlutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ class IsUrlTests(unittest.TestCase):
'deadbeef',
'31c3',
'http:foo:0',
'foo::bar',
)

def setUp(self):
Expand Down

0 comments on commit 2322ee4

Please sign in to comment.