Addressing test
This commit is contained in:
parent
fae005ab7f
commit
22ad416f35
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user