Uploaded image for project: 'Maven Doxia'
  1. Maven Doxia
  2. DOXIA-232

Confluence: Nested list parsing is not generating correct events

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0-alpha-10
    • 1.1.1
    • Module - Confluence
    • None

    Description

      Here's some input I've used (verified it works in Confluence):

      # Item 1
      ## Item 2
      ##* Item 3
      ## Item 4
      # Item 5
      * Item 1
      ** Item 2
      *** Item 3
      ** Item 4
      * Item 5
      * Item 6
      

      This generates the following events: NL, LI, NL, LI, LI_, LI, LI_, LI, LI_, NL_, LI_, etc

      It should have generated: NL, LI, NL, LI, LIST, LI, LI_, LIST_, LI_, etc

      Attachments

        1. MNG-232-module-confluence.patch
          3 kB
          Kornel
        2. MNG-232-module-confluence.patch
          46 kB
          Kornel
        3. nested_lists.zip
          8 kB

        Activity

          People

            ltheussl Lukas Theussl
            vmassol Vincent Massol
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: