Last modified: 2013-12-30 20:49:26 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 T59649, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 57649 - Parsoid: Serializer duplicates text when dealing with things that look like <pre> tags (e.g. <President>)
Parsoid: Serializer duplicates text when dealing with things that look like <...
Status: RESOLVED FIXED
Product: Parsoid
Classification: Unclassified
serializer (Other open bugs)
unspecified
All All
: Normal normal
: ---
Assigned To: Gabriel Wicke
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-11-27 12:17 UTC by Roan Kattouw
Modified: 2013-12-30 20:49 UTC (History)
2 users (show)

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


Attachments

Description Roan Kattouw 2013-11-27 12:17:07 UTC
$ echo 'Barack Obama &lt;President&gt;' | node js/tests/parse.js --html2wt

Barack Obama <nowiki><President>ident></nowiki>


Note the duplication of 'ident>'. This happens for '<President>' as well as '<president>', '<Pre sident>' and '<pre sident>'.
Comment 1 ssastry 2013-11-27 14:43:17 UTC
If bug 57650 is fixed, this might get fixed as well.
Comment 2 Gabriel Wicke 2013-12-04 02:18:19 UTC
I don't see this any more:

echo 'Barack Obama &lt;President&gt;' | node parse --html2wt
Barack Obama <nowiki><President></nowiki>

echo 'Barack Obama &lt;President&gt;' | node parse --wt2wt
Barack Obama &lt;President&gt;

Can you verify that this is still an issue?
Comment 3 ssastry 2013-12-30 20:49:26 UTC
This was likely fixed by fix for bug 57650.

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


Navigation
Links