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

Groups in definition lists are wrongly parsed

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Major
    • None
    • 8.4
    • Syntax - xwiki/2.0
    • None

    Description

      Example input:

      .inputexpect|xwiki/2.0
      * Description
      * (((
      group
      )))
      
      ; Description
      : (((
      group
      )))
      

      The bullet list is parsed fine and generates:

      beginList [BULLETED]
      beginListItem
      onWord [Description]
      endListItem
      beginListItem
      beginGroup
      beginParagraph
      onWord [group]
      endParagraph
      endGroup
      endListItem
      endList [BULLETED]
      

      However the definition list generates:

      beginDefinitionList
      beginDefinitionTerm
      onWord [Description]
      endDefinitionTerm
      beginDefinitionDescription
      endDefinitionDescription
      endDefinitionList
      beginGroup
      beginParagraph
      onWord [group]
      endParagraph
      endGroup
      

      In practice this causes for example: http://dev.xwiki.org/xwiki/bin/view/Drafts/PresentationIdeas?viewer=changes&rev1=6.2&rev2=7.1

      Attachments

        Issue Links

          Activity

            People

              tmortagne Thomas Mortagne
              vmassol Vincent Massol
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: