kynikos / wiki-monkey

MediaWiki-compatible bot and editor assistant running directly in the browser and expandable with plugins.
https://github.com/kynikos/wiki-monkey/wiki
GNU General Public License v3.0
15 stars 5 forks source link

FixLinkFragments: buggy regex in parser #144

Closed lahwaacz closed 10 years ago

lahwaacz commented 10 years ago

Some regex for parsing the internal links is probably wrong, running FixLinkFragments on Chromium page gives:

20:21:28 Processing [[xdg-open]]: see [[xdg-open#set the default browser]]...
20:21:29 Processing [[xdg-open]]: see [[xdg-open#Configuration]]...
20:21:29 Processing [[Fonts#Font_packages|Font Packages]]...
20:21:29 Processing [[Browser Plugins#MozPlugger]]...
...

i.e. the parser does not stop on the first ]].

kynikos commented 10 years ago

Fixed