r112211 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112210‎ | r112211 | r112212 >
Date:16:04, 23 February 2012
Author:maxsem
Status:ok
Tags:
Comment:
Hack for carriage returns on Windows
Modified paths:
  • /trunk/extensions/MobileFrontend/tests/MobileFormatterTest.php (modified) (history)

Diff [purge]

Index: trunk/extensions/MobileFrontend/tests/MobileFormatterTest.php
@@ -9,6 +9,7 @@
1010 */
1111 public function testXhtmlTransform( $input, $expected, $callback = false ) {
1212 $t = Title::newFromText( 'Mobile' );
 13+ $input = str_replace( "\r", '', $input ); // "yay" to Windows!
1314 $mf = new MobileFormatter( "<div id='content'>$input</div>", $t, 'XHTML' );
1415 if ( $callback ) {
1516 $callback( $mf );

Status & tagging log