Do not encode "'" as %27 (redirect loop in Opera 12)
[lhc/web/wiklou.git] / tests / phpunit / includes / LinkerTest.php
index 823c933..1122ddd 100644 (file)
@@ -232,7 +232,7 @@ class LinkerTest extends MediaWikiLangTestCase {
                                null,
                        ),
                        array(
-                               '<a class="external" rel="nofollow" href="//en.example.org/w/Foo%27bar">Foo\'bar</a>',
+                               '<a class="external" rel="nofollow" href="//en.example.org/w/Foo\'bar">Foo\'bar</a>',
                                "[[Foo'bar]]",
                                'enwiki',
                        ),