Hi Thomas,
FYI the build is failing on the xwiki10 parser syntax tests (links3.test):
junit.framework.ComparisonFailure: null
Expected :[[http:~~/~~/reference>>reference]] [[*not bold*>>reference]]
Actual :[[http:~~/~~/reference>>reference]] [[**not bold**>>reference]]
at
org.xwiki.rendering.scaffolding.RenderingTestCase.runTestInternal(RenderingTestCase.java:159)
at org.xwiki.rendering.scaffolding.RenderingTestCase.runTest(RenderingTestCase.java:106)
at org.jmock.core.VerifyingTestCase.runBare(VerifyingTestCase.java:39)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
Seems like non bold is transformed into bold now.
Any ide?
Thanks
-Vincent