Details
-
Bug
-
Resolution: Fixed
-
Major
-
1.7 M2
-
None
-
Unit
-
Description
failing rendering test:
.input|xhtml/1.0 .#----------------------------------------------------- <html><p>a<em /><!--startwikilink:Main.WebHome--><span class="wikilink"><a href="/xwiki/bin/view/Main/"><em>b</em>b</a></span><!--stopwikilink-->c</p></html> .#----------------------------------------------------- .expect|xwiki .#----------------------------------------------------- a[[//b//b>>Main.WebHome]]c .#-----------------------------------------------------
It is the same for <strong> text, and for various placements of the formatted text inside the label. However, there are situations which are parsed correctly, such as:
.input|xhtml/1.0 .#----------------------------------------------------- <html><p>a<em /><!--startwikilink:Main.WebHome--><span class="wikilink"><a href="/xwiki/bin/view/Main/">b<em>b</em></a></span><!--stopwikilink-->c</p></html> .#----------------------------------------------------- .expect|xwiki .#----------------------------------------------------- a[[b//b//>>Main.WebHome]]c .#-----------------------------------------------------