Index: branches/REL1_18/phase3/tests/parser/parserTests.txt |
— | — | @@ -2479,7 +2479,7 @@ |
2480 | 2480 | !! input |
2481 | 2481 | RFC 822 |
2482 | 2482 | !! result |
2483 | | -<p><a class="external mw-magiclink-rfc" href="http://tools.ietf.org/html/rfc822">RFC 822</a> |
| 2483 | +<p><a class="external mw-magiclink-rfc" href="https://www.mediawiki.org//tools.ietf.org/html/rfc822">RFC 822</a> |
2484 | 2484 | </p> |
2485 | 2485 | !! end |
2486 | 2486 | |
— | — | @@ -2497,7 +2497,7 @@ |
2498 | 2498 | !! input |
2499 | 2499 | PMID 1234 |
2500 | 2500 | !! result |
2501 | | -<p><a class="external mw-magiclink-pmid" href="http://www.ncbi.nlm.nih.gov/pubmed/1234?dopt=Abstract">PMID 1234</a> |
| 2501 | +<p><a class="external mw-magiclink-pmid" href="https://www.mediawiki.org//www.ncbi.nlm.nih.gov/pubmed/1234?dopt=Abstract">PMID 1234</a> |
2502 | 2502 | </p> |
2503 | 2503 | !! end |
2504 | 2504 | |
— | — | @@ -3780,7 +3780,7 @@ |
3781 | 3781 | !! input |
3782 | 3782 | [[Image:foobar.jpg|thumb|This is RFC 12354]] |
3783 | 3783 | !! result |
3784 | | -<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> |
| 3784 | +<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> |
3785 | 3785 | |
3786 | 3786 | !! end |
3787 | 3787 | |
— | — | @@ -7137,7 +7137,7 @@ |
7138 | 7138 | !! input |
7139 | 7139 | RFC RFC 1234 |
7140 | 7140 | !! result |
7141 | | -<p>RFC <a class="external mw-magiclink-rfc" href="http://tools.ietf.org/html/rfc1234">RFC 1234</a> |
| 7141 | +<p>RFC <a class="external mw-magiclink-rfc" href="https://www.mediawiki.org//tools.ietf.org/html/rfc1234">RFC 1234</a> |
7142 | 7142 | </p> |
7143 | 7143 | !! end |
7144 | 7144 | |
— | — | @@ -7155,7 +7155,7 @@ |
7156 | 7156 | !! input |
7157 | 7157 | RFC 983 987 |
7158 | 7158 | !! result |
7159 | | -<p><a class="external mw-magiclink-rfc" href="http://tools.ietf.org/html/rfc983">RFC 983</a> 987 |
| 7159 | +<p><a class="external mw-magiclink-rfc" href="https://www.mediawiki.org//tools.ietf.org/html/rfc983">RFC 983</a> 987 |
7160 | 7160 | </p> |
7161 | 7161 | !! end |
7162 | 7162 | |