Dennis Preiser
2014-04-18 15:31:19 UTC
Hello,
Wikipedia use many URLs that end with ')', e.g.
<http://en.wikipedia.org/wiki/Tin_(newsreader)>
Tin's regex does not recognize the ')' as part of the URL. The attached
patch fixes this for me but I'm not sure if this is the right solution.
In the diff it's hard to see what I've changed. It is this round bracket
at the end of the regex, which I have removed:
... (?:/[^)\\]\\>\"\\s]*|$|(?=[)\\]\\>\"\\s]))"
^
Dennis
Wikipedia use many URLs that end with ')', e.g.
<http://en.wikipedia.org/wiki/Tin_(newsreader)>
Tin's regex does not recognize the ')' as part of the URL. The attached
patch fixes this for me but I'm not sure if this is the right solution.
In the diff it's hard to see what I've changed. It is this round bracket
at the end of the regex, which I have removed:
... (?:/[^)\\]\\>\"\\s]*|$|(?=[)\\]\\>\"\\s]))"
^
Dennis