Index: trunk/phase3/maintenance/tests/parser/parserTests.txt |
— | — | @@ -4098,6 +4098,54 @@ |
4099 | 4099 | !! end |
4100 | 4100 | |
4101 | 4101 | !! test |
| 4102 | +Header with special characters (bug 25462) |
| 4103 | +!! input |
| 4104 | +The tooltips shall not show entities to the user (ie. be double escaped) |
| 4105 | + |
| 4106 | +== text > text == |
| 4107 | +section 1 |
| 4108 | + |
| 4109 | +== text < text == |
| 4110 | +section 2 |
| 4111 | + |
| 4112 | +== text & text == |
| 4113 | +section 3 |
| 4114 | + |
| 4115 | +== text ' text == |
| 4116 | +section 4 |
| 4117 | + |
| 4118 | +== text " text == |
| 4119 | +section 5 |
| 4120 | +!! result |
| 4121 | +<p>The tooltips shall not show entities to the user (ie. be double escaped) |
| 4122 | +</p> |
| 4123 | +<table id="toc" class="toc"><tr><td><div id="toctitle"><h2>Contents</h2></div> |
| 4124 | +<ul> |
| 4125 | +<li class="toclevel-1 tocsection-1"><a href="#text_.3E_text"><span class="tocnumber">1</span> <span class="toctext">text > text</span></a></li> |
| 4126 | +<li class="toclevel-1 tocsection-2"><a href="#text_.3C_text"><span class="tocnumber">2</span> <span class="toctext">text < text</span></a></li> |
| 4127 | +<li class="toclevel-1 tocsection-3"><a href="#text_.26_text"><span class="tocnumber">3</span> <span class="toctext">text & text</span></a></li> |
| 4128 | +<li class="toclevel-1 tocsection-4"><a href="#text_.27_text"><span class="tocnumber">4</span> <span class="toctext">text ' text</span></a></li> |
| 4129 | +<li class="toclevel-1 tocsection-5"><a href="#text_.22_text"><span class="tocnumber">5</span> <span class="toctext">text " text</span></a></li> |
| 4130 | +</ul> |
| 4131 | +</td></tr></table> |
| 4132 | +<h2><span class="editsection">[<a href="https://www.mediawiki.org/index.php?title=Parser_test&action=edit&section=1" title="Edit section: text > text">edit</a>]</span> <span class="mw-headline" id="text_.3E_text"> text > text </span></h2> |
| 4133 | +<p>section 1 |
| 4134 | +</p> |
| 4135 | +<h2><span class="editsection">[<a href="https://www.mediawiki.org/index.php?title=Parser_test&action=edit&section=2" title="Edit section: text < text">edit</a>]</span> <span class="mw-headline" id="text_.3C_text"> text < text </span></h2> |
| 4136 | +<p>section 2 |
| 4137 | +</p> |
| 4138 | +<h2><span class="editsection">[<a href="https://www.mediawiki.org/index.php?title=Parser_test&action=edit&section=3" title="Edit section: text & text">edit</a>]</span> <span class="mw-headline" id="text_.26_text"> text & text </span></h2> |
| 4139 | +<p>section 3 |
| 4140 | +</p> |
| 4141 | +<h2><span class="editsection">[<a href="https://www.mediawiki.org/index.php?title=Parser_test&action=edit&section=4" title="Edit section: text ' text">edit</a>]</span> <span class="mw-headline" id="text_.27_text"> text ' text </span></h2> |
| 4142 | +<p>section 4 |
| 4143 | +</p> |
| 4144 | +<h2><span class="editsection">[<a href="https://www.mediawiki.org/index.php?title=Parser_test&action=edit&section=5" title="Edit section: text " text">edit</a>]</span> <span class="mw-headline" id="text_.22_text"> text " text </span></h2> |
| 4145 | +<p>section 5 |
| 4146 | +</p> |
| 4147 | +!! end |
| 4148 | + |
| 4149 | +!! test |
4102 | 4150 | BUG 1219 URL next to image (broken) |
4103 | 4151 | !! input |
4104 | 4152 | http://example.com[[Image:foobar.jpg]] |