qutebrowser/tests/unit/completion
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
..
test_column_widths.py tests: Clean up test_column_widths 2016-08-20 22:08:07 +02:00
test_completer.py Remove :<count>:cmd syntax support. 2016-10-10 08:02:30 -04:00
test_completionwidget.py Generalize statusbar-attached website overlays 2016-09-22 17:04:39 +02:00
test_models.py Test config completion with a ValueList. 2016-09-14 17:26:56 -04:00
test_sortfilter.py *Really* fix completion with multiple words. 2016-09-09 09:03:18 +02:00