qutebrowser/tests
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
..
end2end Remove :<count>:cmd syntax support. 2016-10-10 08:02:30 -04:00
helpers Init message.global_bridge at import time 2016-09-15 14:51:22 +02:00
manual Add a manual test file for uploading files 2016-09-07 13:40:05 +02:00
unit Remove :<count>:cmd syntax support. 2016-10-10 08:02:30 -04:00
conftest.py Make pylint shut up 2016-09-05 16:54:31 +02:00
test_conftest.py tests: Allow XPASS for test_installed_package 2016-03-02 08:09:04 +01:00