GWicke has submitted this change and it was merged.

Change subject: Fixed <td> productions to allow +/- prefixes in <td> data.
......................................................................


Fixed <td> productions to allow +/- prefixes in <td> data.

* |79||+1001||3100 was not being parsed properly as valid
  td cells in a table since the table_data_tag production was
  rejecting "+-" prefixes in all td contexts whereas they are
  legitimate in second and later table cells on a line.

* No change in parser tests. (TODO: add tests)

* Fixes parse output and RT output for en:Allsvenskan.

Change-Id: I647dbc6984ba61c5c0a569ce2a975a7d489e41ac
---
M js/lib/pegTokenizer.pegjs.txt
1 file changed, 3 insertions(+), 3 deletions(-)

Approvals:
  GWicke: Verified; Looks good to me, approved


--
To view, visit https://gerrit.wikimedia.org/r/29338
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I647dbc6984ba61c5c0a569ce2a975a7d489e41ac
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Parsoid
Gerrit-Branch: master
Gerrit-Owner: Subramanya Sastry <[email protected]>
Gerrit-Reviewer: GWicke <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to