summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/dep/test_src_uri.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/tests/dep/test_src_uri.py')
-rw-r--r--pym/portage/tests/dep/test_src_uri.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/portage/tests/dep/test_src_uri.py b/pym/portage/tests/dep/test_src_uri.py
index e53297968..499d1e295 100644
--- a/pym/portage/tests/dep/test_src_uri.py
+++ b/pym/portage/tests/dep/test_src_uri.py
@@ -21,6 +21,7 @@ class SrcUri(TestCase):
( "2", "http://foo/bar blah.tbz2 ->" , False ),
( "2", "-> http://foo/bar blah.tbz2 )" , False ),
( "2", "http://foo/bar ->" , False ),
+ ( "2", "http://foo/bar -> foo? ( http://foo.com/foo )" , False ),
( "2", "foo? ( http://foo/bar -> ) blah.tbz2" , False ),
( "2", "http://foo/bar -> foo/blah.tbz2" , False ),
( "2", "http://foo.com/foo http://foo/bar -> blah.tbz2" , True ),