Last modified: 2013-07-31 21:29:01 UTC
When a table cell contains a single pipe, nowiki is added around the single pipe. Currently the single pipe in this scenario is not wikisytax, so it doesnt need to be wrapped in nowiki. Steps to reproduce: 1. https://nl.wikipedia.org/wiki/Gebruiker:John_Vandenberg/test?veaction=edit 2. Modify 'Voor' 3. Review changes. Result: <nowiki> is added to line of text This is a real life example at https://nl.wikipedia.org/wiki/Ford_RS200?veaction=edit Currently listed on: http://parsoid.wmflabs.org:8001/topfails/3
Simplified test case for fixing and adding to parserTests: [subbu@earth tests] echo "{|\n|foo\nbar|baz\n|}" | node parse --wt2wt {| |foo <nowiki>bar|baz</nowiki> |} TD nowiki handler needs a newline check.
Change 75767 had a related patch set uploaded by Subramanya Sastry: (Bug 51919) Finetuning of td nowiki escape handler https://gerrit.wikimedia.org/r/75767
Change 75767 merged by jenkins-bot: (Bug 51919) Finetuning of td nowiki escape handler https://gerrit.wikimedia.org/r/75767
Deployed and tested in production.