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