Revert "Temporarily trim leading/trailing whitespace from parser test clauses"
[lhc/web/wiklou.git] / tests / parser / ParserTestRunner.php
index 6bf781d..699de95 100644 (file)
@@ -919,10 +919,6 @@ class ParserTestRunner {
                ScopedCallback::consume( $teardownGuard );
 
                $expected = $test['result'];
-               // Temporary hack to allow merge of T208070 patches
-               $expected = trim( $expected );
-               $out = trim( $expected );
-               // End temporary hack
                if ( count( $this->normalizationFunctions ) ) {
                        $expected = ParserTestResultNormalizer::normalize(
                                $test['expected'], $this->normalizationFunctions );