X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2FStatusTest.php;h=6e62afdd4d189eeff1563166ab9c619cffc590cb;hp=54c05ecc0c5b385bd14f3642bad769b551d2bb6b;hb=733704ed8248f71dfb982d22799104a976d1ada4;hpb=12ff4dec05ff8bb1a1910bf6745155b93e1912b5 diff --git a/tests/phpunit/includes/StatusTest.php b/tests/phpunit/includes/StatusTest.php index 54c05ecc0c..6e62afdd4d 100644 --- a/tests/phpunit/includes/StatusTest.php +++ b/tests/phpunit/includes/StatusTest.php @@ -401,8 +401,8 @@ class StatusTest extends MediaWikiLangTestCase { $status, "* ⧼fooBar!⧽\n* ⧼fooBar2!⧽\n", "(wrap-long: * (fooBar!)\n* (fooBar2!)\n)", - "\n", - "

(wrap-long: * (fooBar!)\n

\n\n

)\n

", + "\n", + "

(wrap-long: * (fooBar!)\n

\n\n

)\n

", ]; $status = new Status(); @@ -422,8 +422,8 @@ class StatusTest extends MediaWikiLangTestCase { $status, "* ⧼fooBar!⧽\n* ⧼fooBar2!⧽\n", "(wrap-long: * (fooBar!: foo, bar)\n* (fooBar2!)\n)", - "\n", - "

(wrap-long: * (fooBar!: foo, bar)\n

\n\n

)\n

", + "\n", + "

(wrap-long: * (fooBar!: foo, bar)\n

\n\n

)\n

", ]; return $testCases;