Index: trunk/phase3/maintenance/parserTests.inc |
— | — | @@ -546,10 +546,10 @@ |
547 | 547 | print $this->termColor( '1;31' ) . 'FAILED!' . $this->termReset() . "\n"; |
548 | 548 | if( $this->showDiffs ) { |
549 | 549 | print $this->quickDiff( $result, $html ); |
| 550 | + if( !$this->wellFormed( $html ) ) { |
| 551 | + print "XML error: $this->mXmlError\n"; |
| 552 | + } |
550 | 553 | } |
551 | | - if( !$this->wellFormed( $html ) ) { |
552 | | - print "XML error: $this->mXmlError\n"; |
553 | | - } |
554 | 554 | return false; |
555 | 555 | } |
556 | 556 | |