Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-3140

XWiki parser does not support consecutive quotation line at same level

    XMLWordPrintable

Details

    • Unit

    Description

      >line1
      >line2
      

      give

      beginDocument
      beginQuotation
      beginQuotationLine
      beginQuotationLine
      onWord [line1]
      endQuotationLine
      onWord [line2]
      endQuotationLine
      endQuotation
      endDocument
      

      but should give

      beginDocument
      beginQuotation
      beginQuotationLine
      onWord [line1]
      endQuotationLine
      beginQuotationLine
      onWord [line2]
      endQuotationLine
      endQuotation
      endDocument
      

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: