On Jul 14, 2013, at 6:48 AM, Dr. Trigon wrote:
One important question for me here is "How is the handling/behaviour for malform(at)ed wiki syntax [...]
I am despirately seeking a parser that has the same error behaviour and gives the same results like the original mw parser also in case of malform(at)ed wiki text.
Is this the case for mwparserfromhell??
Why don't you test it? One of my main intentions designing the parser was to have it handle malformed wikitext faithfully. I think I've done a pretty good job, and the example you gave is parsed correctly. I mean, that's partly the reason why we're using a non-regex-based parser in the first place: to avoid regex's limitations. Do point out situations where it makes mistakes, though, so they can be fixed.
Earwig