X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2FStatusTest.php;h=6e62afdd4d189eeff1563166ab9c619cffc590cb;hb=4b9ff27122ef8aaa23eaf7ba84ba66ad43b22d81;hp=54c05ecc0c5b385bd14f3642bad769b551d2bb6b;hpb=faf7cc4a09848c538320bd2b9067b1a77c0a0183;p=lhc%2Fweb%2Fwiklou.git 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;