Last modified: 2013-07-10 01:03:33 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T53084, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 51084 - RT of <b>x<b>y</b>z</b>
RT of <b>x<b>y</b>z</b>
Status: RESOLVED WORKSFORME
Product: Parsoid
Classification: Unclassified
General (Other open bugs)
unspecified
All All
: Unprioritized normal
: ---
Assigned To: Gabriel Wicke
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-07-10 00:44 UTC by C. Scott Ananian
Modified: 2013-07-10 01:03 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description C. Scott Ananian 2013-07-10 00:44:53 UTC
See the parserTests added in gerrit change I194167f3c0621394ab4fb40e242711ccb86615ae

Round-trip of <b>x<b>y</b>z</b> is tricky --- we need to mark the fact that the <b> tag comes from html, not from single-quote wikitext.
Comment 1 Gabriel Wicke 2013-07-10 01:03:33 UTC
That is what we are doing already with stx:html, which is why this works:

echo '<b>x<b>y</b>z</b>' | node parse --wt2wt
<b>x<b>y</b>z</b>

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links