Merge "ApiCSPReport: Log user ID instead of name, and limit urls to origin"
[lhc/web/wiklou.git] / tests / phpunit / includes / preferences / FiltersTest.php
index 42cbc2c..60b01b8 100644 (file)
@@ -102,7 +102,7 @@ class FiltersTest extends MediaWikiTestCase {
                        [ '', '' ],
                        [ "\n", '' ],
                        [ '1', 'Foo' ],
-                       [ "\n1\n\n2\666\n", "Foo\nBar" ],
+                       [ "\n1\n\n2\377\n", "Foo\nBar" ],
                        [ "666\n667", '' ],
                ];
        }