Addressing test

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

View File

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