Closed GoogleCodeExporter closed 9 years ago
To be sure, what syntax are you talking about ? Confluence ?
Original comment by thomas.m...@gmail.com
on 19 Dec 2011 at 2:39
[deleted comment]
Yes confluence 1.0
Original comment by ha...@exoplatform.com
on 20 Dec 2011 at 1:49
Original comment by thomas.m...@gmail.com
on 20 Dec 2011 at 8:24
Original comment by thomas.m...@gmail.com
on 20 Dec 2011 at 8:24
After chasing, I found that 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 also.
Should we create new issue for parsing error in a text line?
Original comment by quan...@exoplatform.com
on 12 Jan 2012 at 10:23
Unit test for the issue.
Original comment by quan...@exoplatform.com
on 12 Jan 2012 at 11:11
Attachments:
Better creating difference issues for different things or either it makes hard
to close this one or the second one will be lost if the one fixing the first
one does not read all comments.
Original comment by thomas.m...@gmail.com
on 12 Jan 2012 at 11:32
new issue http://code.google.com/p/wikimodel/issues/detail?id=210
Original comment by quan...@exoplatform.com
on 13 Jan 2012 at 7:31
This issue has been fixed by
http://code.google.com/p/wikimodel/issues/detail?id=210
Original comment by quan...@exoplatform.com
on 18 Jan 2012 at 10:37
Ok closing it, I tough it was two different things.
Original comment by thomas.m...@gmail.com
on 18 Jan 2012 at 12:42
Original issue reported on code.google.com by
ha...@exoplatform.com
on 19 Dec 2011 at 11:33