X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2FGlobalFunctions%2FwfUrlencodeTest.php;h=07dcabcdd16cc5234c6bc8ad7dd6e76f82436adf;hb=7b0df4e54913bcebb312279642e9bc19a6d366d5;hp=d4df7b0060c1606f309c3ec59b90ea94f091fa5c;hpb=b95d41c62b9ba913f9f96388a9f9a39061aa6a19;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/GlobalFunctions/wfUrlencodeTest.php b/tests/phpunit/includes/GlobalFunctions/wfUrlencodeTest.php index d4df7b0060..07dcabcdd1 100644 --- a/tests/phpunit/includes/GlobalFunctions/wfUrlencodeTest.php +++ b/tests/phpunit/includes/GlobalFunctions/wfUrlencodeTest.php @@ -105,8 +105,8 @@ class WfUrlencodeTest extends MediaWikiTestCase { // remaining chars do not need encoding array( - ';@$-_.!*', - ';@$-_.!*', + ';@$-_.!*\'', + ';@$-_.!*\'', ), ### Other tests @@ -118,9 +118,6 @@ class WfUrlencodeTest extends MediaWikiTestCase { // Other 'funnies' chars array( '[]', '%5B%5D' ), array( '<>', '%3C%3E' ), - - // Apostrophe is encoded - array( '\'', '%27' ), ); } }