Index: trunk/phase3/tests/parser/parserTests.txt |
— | — | @@ -2478,7 +2478,7 @@ |
2479 | 2479 | !! input |
2480 | 2480 | RFC 822 |
2481 | 2481 | !! result |
2482 | | -<p><a class="external mw-magiclink-rfc" href="http://tools.ietf.org/html/rfc822">RFC 822</a> |
| 2482 | +<p><a class="external mw-magiclink-rfc" href="https://www.mediawiki.org//tools.ietf.org/html/rfc822">RFC 822</a> |
2483 | 2483 | </p> |
2484 | 2484 | !! end |
2485 | 2485 | |
— | — | @@ -2496,7 +2496,7 @@ |
2497 | 2497 | !! input |
2498 | 2498 | PMID 1234 |
2499 | 2499 | !! result |
2500 | | -<p><a class="external mw-magiclink-pmid" href="http://www.ncbi.nlm.nih.gov/pubmed/1234?dopt=Abstract">PMID 1234</a> |
| 2500 | +<p><a class="external mw-magiclink-pmid" href="https://www.mediawiki.org//www.ncbi.nlm.nih.gov/pubmed/1234?dopt=Abstract">PMID 1234</a> |
2501 | 2501 | </p> |
2502 | 2502 | !! end |
2503 | 2503 | |
— | — | @@ -3810,7 +3810,7 @@ |
3811 | 3811 | !! input |
3812 | 3812 | [[Image:foobar.jpg|thumb|This is RFC 12354]] |
3813 | 3813 | !! result |
3814 | | -<div class="thumb tright"><div class="thumbinner" style="width:182px;"><a href="https://www.mediawiki.org/wiki/File:Foobar.jpg" class="image"><img alt="" src="http://example.com/images/3/3a/Foobar.jpg" width="180" height="20" class="thumbimage" /></a> <div class="thumbcaption"><div class="magnify"><a href="https://www.mediawiki.org/wiki/File:Foobar.jpg" class="internal" title="Enlarge"><img src="/skins/common/images/magnify-clip.png" width="15" height="11" alt="" /></a></div>This is <a class="external mw-magiclink-rfc" href="http://tools.ietf.org/html/rfc12354">RFC 12354</a></div></div></div> |
| 3814 | +<div class="thumb tright"><div class="thumbinner" style="width:182px;"><a href="https://www.mediawiki.org/wiki/File:Foobar.jpg" class="image"><img alt="" src="http://example.com/images/3/3a/Foobar.jpg" width="180" height="20" class="thumbimage" /></a> <div class="thumbcaption"><div class="magnify"><a href="https://www.mediawiki.org/wiki/File:Foobar.jpg" class="internal" title="Enlarge"><img src="/skins/common/images/magnify-clip.png" width="15" height="11" alt="" /></a></div>This is <a class="external mw-magiclink-rfc" href="https://www.mediawiki.org//tools.ietf.org/html/rfc12354">RFC 12354</a></div></div></div> |
3815 | 3815 | |
3816 | 3816 | !! end |
3817 | 3817 | |
— | — | @@ -7167,7 +7167,7 @@ |
7168 | 7168 | !! input |
7169 | 7169 | RFC RFC 1234 |
7170 | 7170 | !! result |
7171 | | -<p>RFC <a class="external mw-magiclink-rfc" href="http://tools.ietf.org/html/rfc1234">RFC 1234</a> |
| 7171 | +<p>RFC <a class="external mw-magiclink-rfc" href="https://www.mediawiki.org//tools.ietf.org/html/rfc1234">RFC 1234</a> |
7172 | 7172 | </p> |
7173 | 7173 | !! end |
7174 | 7174 | |
— | — | @@ -7185,7 +7185,7 @@ |
7186 | 7186 | !! input |
7187 | 7187 | RFC 983 987 |
7188 | 7188 | !! result |
7189 | | -<p><a class="external mw-magiclink-rfc" href="http://tools.ietf.org/html/rfc983">RFC 983</a> 987 |
| 7189 | +<p><a class="external mw-magiclink-rfc" href="https://www.mediawiki.org//tools.ietf.org/html/rfc983">RFC 983</a> 987 |
7190 | 7190 | </p> |
7191 | 7191 | !! end |
7192 | 7192 | |