Addressing test

This commit is contained in:
kanikaa1234 2016-04-24 19:33:31 +05:30
parent fae005ab7f
commit 22ad416f35

View File

@ -428,9 +428,9 @@ class CommandDispatcher:
new_url = urlutils.incdec_number(url, incdec, segments=segments)
except urlutils.IncDecError as error:
raise cmdexc.CommandError(error.msg)
url.setFragment(None)
url.setFragment(None)
self._open(new_url, tab, background, window)
def _navigate_up(self, url, tab, background, window):
"""Helper method for :navigate when `where' is up.