Check line length of HISTORY

Slight modifications, almost all for URLs.

Change-Id: I612852e9a677a6a14fd48e2ccd7fcb998da9152a
This commit is contained in:
Reedy 2019-03-24 20:08:54 +00:00 committed by James D. Forrester
parent 549bc9ee04
commit bd292da07f
2 changed files with 1384 additions and 1223 deletions

2598
HISTORY

File diff suppressed because it is too large Load diff

View file

@ -34,7 +34,14 @@ class ReleaseNotesTest extends MediaWikiTestCase {
}
// Also test the README and similar files
$otherFiles = [ "$IP/COPYING", "$IP/FAQ", "$IP/INSTALL", "$IP/README", "$IP/SECURITY" ];
$otherFiles = [
"$IP/COPYING",
"$IP/FAQ",
"$IP/HISTORY",
"$IP/INSTALL",
"$IP/README",
"$IP/SECURITY"
];
foreach ( $otherFiles as $index => $fileName ) {
$this->assertFileLength( "Help", $fileName );