Was it supposed to be a comma instead of dot? :)
authorMax Semenik <maxsem@users.mediawiki.org>
Mon, 15 Feb 2010 05:49:10 +0000 (05:49 +0000)
committerMax Semenik <maxsem@users.mediawiki.org>
Mon, 15 Feb 2010 05:49:10 +0000 (05:49 +0000)
maintenance/parserTests.inc

index eab4ea9..b3f1a64 100644 (file)
@@ -25,7 +25,7 @@
  */
 
 /** */
-$options = array( 'quick', 'color', 'quiet', 'help', 'show-output', 'record'. 'run-disabled' );
+$options = array( 'quick', 'color', 'quiet', 'help', 'show-output', 'record', 'run-disabled' );
 $optionsWithArgs = array( 'regex', 'seed', 'setversion' );
 
 if ( !defined( "NO_COMMAND_LINE" ) ) {