[ http://jira.codehaus.org/browse/DOXIA-232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Lukas Theussl closed DOXIA-232. ------------------------------- Assignee: Lukas Theussl Resolution: Fixed Fix Version/s: 1.1.1 Patch applied in [r773164|http://svn.apache.org/viewvc?view=rev&revision=773164]. Thanks! > Confluence: Nested list parsing is not generating correct events > ---------------------------------------------------------------- > > Key: DOXIA-232 > URL: http://jira.codehaus.org/browse/DOXIA-232 > Project: Maven Doxia > Issue Type: Bug > Components: Module - Confluence > Affects Versions: 1.0-alpha-10 > Reporter: Vincent Massol > Assignee: Lukas Theussl > Fix For: 1.1.1 > > Attachments: MNG-232-module-confluence.patch, > MNG-232-module-confluence.patch, nested_lists.zip > > > Here's some input I've used (verified it works in Confluence): > {noformat} > # Item 1 > ## Item 2 > ##* Item 3 > ## Item 4 > # Item 5 > * Item 1 > ** Item 2 > *** Item 3 > ** Item 4 > * Item 5 > * Item 6 > {noformat} > 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 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira