https://bugzilla.wikimedia.org/show_bug.cgi?id=48194

       Web browser: ---
            Bug ID: 48194
           Summary: Parsoid: Account for close/re-open of the same text
                    style element in serializing to wikitext
           Product: Parsoid
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: critical
          Priority: Unprioritized
         Component: General
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified
   Mobile Platform: ---

To reproduce problem on http://parsoid.wmflabs.org/_html/, input:

  <p><i>Original </i><i>else</i><i> here.</i></p>

Results in:

  ''Original ''''else'''' here.''

Which MediaWiki PHP parser currently outputs back as[1]:


  <p><i>Original '<b>else'</b> here.</i></p>


[1]
https://www.mediawiki.org/w/api.php?format=jsonfm&action=parse&text=''Original%20''''else''''%20here.''

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to