https://bugzilla.wikimedia.org/show_bug.cgi?id=49375
--- Comment #1 from [email protected] --- Reduced test case: If you decrease the # of spaces between "==foo==" and ";bar", the time decreases, but as you increase, the time goes up. This seems to be some exponential backtracking going on in the tokenizer which could be fixed by tweaking productions. ==foo== ;bar -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
