X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2FLinkerTest.php;h=34e5593cfc06ef8c38c9c31e97a9b8cf821a538a;hb=c54be9ac6b271e6cb7eb26620e0d89979b597d5c;hp=b8aecc05a5260b4c240275ce0cf83e2a841e31a6;hpb=8df18bbd1362002f821727bf5db4291c4d9a7b08;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/LinkerTest.php b/tests/phpunit/includes/LinkerTest.php index b8aecc05a5..34e5593cfc 100644 --- a/tests/phpunit/includes/LinkerTest.php +++ b/tests/phpunit/includes/LinkerTest.php @@ -152,58 +152,58 @@ class LinkerTest extends MediaWikiLangTestCase { ], // Linker::formatAutocomments [ - '→‎autocomment', + '→‎autocomment', "/* autocomment */", ], [ - '→‎linkie?', + '→‎[[linkie?]]', "/* [[linkie?]] */", ], [ - '→‎autocomment: post', + '→‎autocomment: post', "/* autocomment */ post", ], [ - 'pre →‎autocomment', + 'pre →‎autocomment', "pre /* autocomment */", ], [ - 'pre →‎autocomment: post', + 'pre →‎autocomment: post', "pre /* autocomment */ post", ], [ - '→‎autocomment: multiple? →‎autocomment2: ', - "/* autocomment */ multiple? /* autocomment2 */ ", + '→‎autocomment: multiple? →‎autocomment2', + "/* autocomment */ multiple? /* autocomment2 */", ], [ - '→‎autocomment containing /*: T70361', + '→‎autocomment containing /*: T70361', "/* autocomment containing /* */ T70361" ], [ - '→‎autocomment containing "quotes"', + '→‎autocomment containing "quotes"', "/* autocomment containing \"quotes\" */" ], [ - '→‎autocomment containing <script>tags</script>', + '→‎autocomment containing <script>tags</script>', "/* autocomment containing */" ], [ - '→‎autocomment', + '→‎autocomment', "/* autocomment */", false, true ], [ - '‎autocomment', + 'autocomment', "/* autocomment */", null ], [ - '→‎autocomment', + '→‎autocomment', "/* autocomment */", false, false ], [ - '→‎autocomment', + '→‎autocomment', "/* autocomment */", false, false, $wikiId ],