qutebrowser/tests/unit/completion
Ryan Roden-Corrent b867b87955 Don't crash Completer on unknown command.
The CommandRunner's fallback parsing behavior treated whitespace
differently than the normal flow. When a user entered an unknown
command, trailing whitespace would be stripped and the cmdline length
would be less than the cursor position.

This is fixed by making the fallback use the ShellLexer just as the
'normal' parsing does.
2016-09-12 22:19:44 -04:00
..
test_column_widths.py tests: Clean up test_column_widths 2016-08-20 22:08:07 +02:00
test_completer.py Don't crash Completer on unknown command. 2016-09-12 22:19:44 -04:00
test_completionwidget.py Add blank line 2016-09-01 07:09:06 +02:00
test_models.py Merge branch 'complete-hidden-commands' of https://github.com/rcorre/qutebrowser into rcorre-complete-hidden-commands 2016-08-10 15:38:46 +02:00
test_sortfilter.py *Really* fix completion with multiple words. 2016-09-09 09:03:18 +02:00