X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=tests%2Fparser%2FeditTests.php;h=cb430f280db449c0e67aa874cb3feef9cb7e93d6;hp=a9704e69e2cfaaf3e6b27d1b4294bdc7dc790ae4;hb=74426f3cf796b149f1ae445e41815bbe148640b2;hpb=dfaa26a7b19ab65190a76cd32259a3637cc3e2fd diff --git a/tests/parser/editTests.php b/tests/parser/editTests.php index a9704e69e2..cb430f280d 100644 --- a/tests/parser/editTests.php +++ b/tests/parser/editTests.php @@ -419,8 +419,7 @@ class ParserEditTests extends Maintenance { print "Wrote updated file\n"; } else { print "Cannot write updated file, here is a patch you can paste:\n\n"; - print - "--- {$fileName}\n" . + print "--- {$fileName}\n" . "+++ {$fileName}~\n" . $this->unifiedDiff( $text, $result ) . "\n";