Page MenuHomePhabricator

Tokenizer sensitive to trailing whitespace after closing table tag when handling indented tables
Closed, ResolvedPublic

Description

Try:

echo ":{|\n|a\n|}" | node parse
vs.
echo ":{|\n|a\n|} " | node parse

Only seems to affect indented tables. Try

echo "{|\n|a\n|} " | node parse

Version: unspecified
Severity: normal

Details

Reference
bz52473

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 1:48 AM
bzimport set Reference to bz52473.

This came from a dirty diff -- unfortunately, forgot to record that here.

Change 78480 had a related patch set uploaded by Subramanya Sastry:
(Bug 52473) Deal with trailing WS after indented tables

https://gerrit.wikimedia.org/r/78480

Change 78480 merged by jenkins-bot:
(Bug 52473) Deal with trailing WS after indented tables

https://gerrit.wikimedia.org/r/78480

Since we dont have a wp page to test this against when deployed to production, i am going to pre-emptively close this out. RT testing (with topfixes list) might give us a few pages to look out for.

ssastry set Security to None.