You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Jakub Fibinger (JIRA)" <ji...@codehaus.org> on 2009/02/08 18:15:19 UTC

[jira] Updated: (DOXIA-232) Nested list parsing is not generating correct events

     [ http://jira.codehaus.org/browse/DOXIA-232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jakub Fibinger updated DOXIA-232:
---------------------------------

    Attachment: nested_lists.zip

> 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
>         Attachments: 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