qutebrowser/tests/unit
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
..
browser Remove unused import 2018-11-05 11:19:39 +01:00
commands Use caplog.messages 2018-10-24 10:57:17 +02:00
completion Don't complete url and title from same search word. 2018-11-06 08:05:17 -05:00
config Further simplify caplog.messages 2018-10-25 11:16:26 +02:00
javascript Merge remote-tracking branch 'origin/pr/4133' 2018-10-05 22:56:53 +02:00
keyinput Further simplify caplog.messages 2018-10-25 11:16:26 +02:00
mainwindow Remove test for removed workaround 2018-10-10 09:14:19 +02:00
misc Simplify test 2018-10-30 15:32:35 +01:00
scripts Update copyright years 2018-02-05 12:19:50 +01:00
utils Further simplify caplog.messages 2018-10-25 11:16:26 +02:00
test_app.py Further simplify caplog.messages 2018-10-25 11:16:26 +02:00