From: jenkins-bot Date: Wed, 25 Jul 2018 16:23:13 +0000 (+0000) Subject: Merge "Follow-up 9742d569b: Replace accidental \t in i18n with a space" X-Git-Tag: 1.34.0-rc.0~4663 X-Git-Url: https://git.heureux-cyclage.org/?a=commitdiff_plain;h=b4b93fb8364b5ae9cb5adf719e795579d593a892;hp=ab18cff3b704a6d1409c4c860989de0bc0e77a3e;p=lhc%2Fweb%2Fwiklou.git Merge "Follow-up 9742d569b: Replace accidental \t in i18n with a space" --- diff --git a/tests/parser/parserTests.php b/tests/parser/parserTests.php index c01b416311..e1d943f2e4 100644 --- a/tests/parser/parserTests.php +++ b/tests/parser/parserTests.php @@ -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 ' .