Index: trunk/phase3/tests/parser/parserTests.txt |
— | — | @@ -715,6 +715,33 @@ |
716 | 716 | !!end |
717 | 717 | |
718 | 718 | !! test |
| 719 | +External links: protocol-relative URL in brackets |
| 720 | +!! input |
| 721 | +[//example.com/ Test] |
| 722 | +!! result |
| 723 | +<p><a rel="nofollow" class="external text" href="https://www.mediawiki.org//example.com/">Test</a> |
| 724 | +</p> |
| 725 | +!! end |
| 726 | + |
| 727 | +!! test |
| 728 | +External links: protocol-relative URL in brackets without text |
| 729 | +!! input |
| 730 | +[//example.com] |
| 731 | +!! result |
| 732 | +<p><a rel="nofollow" class="external autonumber" href="https://www.mediawiki.org//example.com">[1]</a> |
| 733 | +</p> |
| 734 | +!! end |
| 735 | + |
| 736 | +!! test |
| 737 | +External links: protocol-relative URL in free text is left alone |
| 738 | +!! input |
| 739 | +//example.com/Foo |
| 740 | +!! result |
| 741 | +<p>//example.com/Foo |
| 742 | +</p> |
| 743 | +!!end |
| 744 | + |
| 745 | +!! test |
719 | 746 | External image |
720 | 747 | !! input |
721 | 748 | External image: http://meta.wikimedia.org/upload/f/f1/Ncwikicol.png |