Uploaded image for project: 'XWiki Rendering'
  1. XWiki Rendering
  2. XRENDERING-141

Docbook parser fails to support Italic syntax nested inside Bold syntax

    XMLWordPrintable

Details

    • N/A
    • N/A

    Description

      Test to reproduce (test already exists in bold8.test):

      .#-----------------------------------------------------
      .expect|event/1.0
      .#-----------------------------------------------------
      beginDocument
      beginParagraph
      onWord [This]
      onSpace
      onWord [is]
      onSpace
      beginFormat [BOLD]
      onWord [bold]
      onSpace
      onWord [and]
      onSpace
      beginFormat [ITALIC]
      onWord [italic]
      endFormat [ITALIC]
      endFormat [BOLD]
      endParagraph
      endDocument
      .#-----------------------------------------------------
      .inputexpect|docbook/4.4
      .#-----------------------------------------------------
      <article><para>This is <emphasis role="bold">bold and <emphasis>italic</emphasis></emphasis></para></article>
      

      Attachments

        Activity

          People

            mleduc Manuel Leduc
            vmassol Vincent Massol
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: