From 4b7baf11aad0874d33a268c125c94492c10bf37d Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Wed, 25 Jul 2018 08:34:51 -0700 Subject: [PATCH] Follow-up 9742d569b: Replace accidental \t in i18n with a space Change-Id: Id8ad5916b7dd59a078fb600c7998e41f1b8abd3c --- tests/parser/parserTests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ' . -- 2.20.1