Index: trunk/phase3/maintenance/parserTests.txt |
— | — | @@ -1081,6 +1081,15 @@ |
1082 | 1082 | |
1083 | 1083 | !! end |
1084 | 1084 | |
| 1085 | +!! test |
| 1086 | +Interwiki link with fragment (bug 2130) |
| 1087 | +!! input |
| 1088 | +[[MeatBall:SoftSecurity#foo]] |
| 1089 | +!! result |
| 1090 | +<p><a href="http://www.usemod.com/cgi-bin/mb.pl?SoftSecurity#foo" class='extiw' title="MeatBall:SoftSecurity">MeatBall:SoftSecurity#foo</a> |
| 1091 | +</p> |
| 1092 | +!! end |
| 1093 | + |
1085 | 1094 | ## |
1086 | 1095 | ## XHTML tidiness |
1087 | 1096 | ### |