qutebrowser/tests/unit/completion
Ryan Roden-Corrent 2e562a926b
Don't complete url and title from same search word.
Resolves #4411:

> When opening a webpage, the suggested results will include those whose
> URL ends with the beginning of the string you've typed and whose title
> begins with the rest of the string.

By joining the url and title with a space, we ensure that the last word
of the url and the first word of the title are treated as separate
words.
2018-11-06 08:05:17 -05:00
..
test_completer.py Remove the deprecated :tab-detach 2018-06-09 21:25:09 +02:00
test_completiondelegate.py Make completion highlighting case-insensitive again 2018-10-06 09:57:01 +02:00
test_completionmodel.py Update copyright years 2018-02-05 12:19:50 +01:00
test_completionwidget.py Update copyright years 2018-02-05 12:19:50 +01:00
test_histcategory.py Don't complete url and title from same search word. 2018-11-06 08:05:17 -05:00
test_listcategory.py Update copyright years 2018-02-05 12:19:50 +01:00
test_models.py Add missing tests for configmodel 2018-10-11 14:07:13 +02:00