meebey / smuxi

Smuxi is an user-friendly and free IRC client for Linux, Windows and Mac OS X based on GNOME / GTK+
https://smuxi.im/
GNU General Public License v2.0
171 stars 46 forks source link

Engine(-Tests): Unbreak heuristic for URLs without protocol (v2) #264

Closed knocte closed 7 years ago

knocte commented 7 years ago

This heuristic should have never considered strings as URLs if there was not a delimiter character at the end (such as a space or a question mark or the end of the string).

The testcase that this commit fixes was marked as [Ignore]d, now it's not disabled anymore.

knocte commented 7 years ago

@meebey managed to finish this last night, much better than https://github.com/meebey/smuxi/pull/263 right? ;) do you want it for master or stable?