Index: trunk/phase3/maintenance/parserTests.txt |
— | — | @@ -1229,6 +1229,24 @@ |
1230 | 1230 | !! end |
1231 | 1231 | |
1232 | 1232 | !! test |
| 1233 | +Link containing double-single-quotes '' (bug 4598) |
| 1234 | +!! input |
| 1235 | +[[Lista d''e paise d''o munno]] |
| 1236 | +!! result |
| 1237 | +<p><a href="https://www.mediawiki.org/index.php?title=Lista_d%27%27e_paise_d%27%27o_munno&action=edit" class="new" title="Lista d''e paise d''o munno">Lista d''e paise d''o munno</a> |
| 1238 | +</p> |
| 1239 | +!! end |
| 1240 | + |
| 1241 | +!! test |
| 1242 | +Link containing double-single-quotes '' in text (bug 4598 sanity check) |
| 1243 | +!! input |
| 1244 | +[[Link|Lista d''e paise d''o munno]] |
| 1245 | +!! result |
| 1246 | +<p><a href="https://www.mediawiki.org/index.php?title=Link&action=edit" class="new" title="Link">Lista d<i>e paise d</i>o munno</a> |
| 1247 | +</p> |
| 1248 | +!! end |
| 1249 | + |
| 1250 | +!! test |
1233 | 1251 | Plain link to URL |
1234 | 1252 | !! input |
1235 | 1253 | [[http://www.example.org]] |