ststeiger / wikimodel

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

Error in parsing a text line containing a macro #210

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
there is an error in parsing a text line containing a macro, such as: 
 "this is red: {color:red}red{color}"
via org.wikimodel.wem.confluence.javacc.ConfluenceWikiScanner, this line is 
parsed to a paragraph which includes: 
  * text: "this is red: "
  * macro: "{color:red}" but its content is "red{color}". ERROR!

The syntax is Confluence.

Original issue reported on code.google.com by quan...@exoplatform.com on 13 Jan 2012 at 7:30

Attachments:

GoogleCodeExporter commented 9 years ago
Propose patch for the issue to fix the logic in macro() of 
ConfluenceWikiScanner.js. 

Original comment by quan...@exoplatform.com on 16 Jan 2012 at 2:50

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by thomas.m...@gmail.com on 16 Jan 2012 at 7:59

GoogleCodeExporter commented 9 years ago
Issue 208 has been merged into this issue.

Original comment by thomas.m...@gmail.com on 18 Jan 2012 at 12:42