qutebrowser/tests/unit
Ryan Roden-Corrent fbc084e416 Remove :<count>:cmd syntax support.
CommandRunner.parse had some logic for handling commands of form
:<count>:cmd. However, this complicated the parsing logic for something
that appears to only be used in tests. One could use it in a
userscript, but this is unlikely as it is undocumented. Removing
support for this simplifies the logic of parse.

The commnd `run-with-count` is added to provide this functionality.
It works like `repeat` but passes the count along to the command
instead of running the command multiple times.

This resolves #1997: Qutebrowser crashes when pasting commands.
This bug was caused by excess stripping of ':' from the command string
by _parse_count.
2016-10-10 08:02:30 -04:00
..
browser tests: relax pdfjs tests 2016-10-06 16:18:21 +02:00
commands Remove :<count>:cmd syntax support. 2016-10-10 08:02:30 -04:00
completion Remove :<count>:cmd syntax support. 2016-10-10 08:02:30 -04:00
config Improve configtypes tests 2016-09-26 06:33:14 +02:00
javascript show webview when caret testing 2016-09-29 09:26:58 +02:00
keyinput Remove now-duplicate test 2016-09-30 18:17:28 +02:00
mainwindow Fix TabWidget unit test 2016-10-04 16:34:52 +02:00
misc Improve keyhint tests 2016-09-25 16:42:13 +02:00
scripts Fix test_check_coverage 2016-09-26 08:11:45 +02:00
utils Add a colon 2016-09-29 06:35:47 +02:00
test_app.py Fix lint 2016-05-24 21:53:50 +02:00