You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Lukas Theussl (JIRA)" <ji...@codehaus.org> on 2009/04/03 10:43:12 UTC

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

    [ http://jira.codehaus.org/browse/DOXIA-232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=171892#action_171892 ] 

Lukas Theussl commented on DOXIA-232:
-------------------------------------

This patch is unfortunately unreadable, as it changes all the formatting. Please adhere to our coding conventions (http://maven.apache.org/developers/conventions/code.html), in particular: no tabs!

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