Merge "Follow-up 9742d569b: Replace accidental \t in i18n with a space"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Wed, 25 Jul 2018 16:23:13 +0000 (16:23 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Wed, 25 Jul 2018 16:23:13 +0000 (16:23 +0000)
tests/parser/parserTests.php

index c01b416..e1d943f 100644 (file)
@@ -63,7 +63,7 @@ class ParserTestsMaintenance extends Maintenance {
                $this->addOption( 'run-disabled', 'run disabled tests' );
                $this->addOption( 'run-parsoid', 'run parsoid tests (normally disabled)' );
                $this->addOption( 'disable-save-parse', 'Don\'t run the parser when ' .
-                       'inserting articles     into the database' );
+                       'inserting articles into the database' );
                $this->addOption( 'dwdiff', 'Use dwdiff to display diff output' );
                $this->addOption( 'mark-ws', 'Mark whitespace in diffs by replacing it with symbols' );
                $this->addOption( 'norm', 'Apply a comma-separated list of normalization functions to ' .