bryonjacob / wikimodel

Automatically exported from code.google.com/p/wikimodel
0 stars 0 forks source link

Problems of generated events in XWiki parser for 2 macros next to each other #79

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Input:

{{macro/}}{{macro/}}

Generated events:

beginDocument
onMacroStandalone: [macro] [] []
beginParagraph: []
onMacroInline: [macro] [] []
endParagraph: []
endDocument

Problem:

When seralized back into wiki syntax we get:

{{macro/}}

{{macro/}}

which if parsed again will not generate the same event (there will be 2
onMacroStandalone events).

Original issue reported on code.google.com by vmas...@gmail.com on 24 Sep 2008 at 8:04

GoogleCodeExporter commented 8 years ago
Fixed by Mikhail along with the same issue with verbatim blocks

Original comment by vmas...@gmail.com on 24 Sep 2008 at 9:18