Index: branches/REL1_5/phase3/maintenance/parserTests.txt |
— | — | @@ -1844,7 +1844,16 @@ |
1845 | 1845 | !!end |
1846 | 1846 | |
1847 | 1847 | |
| 1848 | +!! test |
| 1849 | +Bug 3090: External links other than http: in image captions |
| 1850 | +!! input |
| 1851 | +[[Image:Foobar.jpg|thumb|200px|This caption has [irc://example.net irc] and [https://example.com Secure] ext links in it.]] |
| 1852 | +!! result |
| 1853 | +<div class="thumb tright"><div style="width:202px;"><a href="https://www.mediawiki.org/wiki/Image:Foobar.jpg" class="internal" title="This caption has irc and Secure ext links in it."><img src="/images/thumb/3/3a/Foobar.jpg/200px-Foobar.jpg" alt="This caption has irc and Secure ext links in it." width="200" height="23" longdesc="/wiki/Image:Foobar.jpg" /></a> <div class="thumbcaption" ><div class="magnify" style="float:right"><a href="https://www.mediawiki.org/wiki/Image:Foobar.jpg" class="internal" title="Enlarge"><img src="/skins/common/images/magnify-clip.png" width="15" height="11" alt="Enlarge" /></a></div>This caption has <a href="irc://example.net" class='external text' title="irc://example.net" rel="nofollow">irc</a> and <a href="https://example.com" class='external text' title="https://example.com" rel="nofollow">Secure</a> ext links in it.</div></div></div> |
1848 | 1854 | |
| 1855 | +!! end |
| 1856 | + |
| 1857 | + |
1849 | 1858 | ### |
1850 | 1859 | ### Subpages |
1851 | 1860 | ### |