r113924 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113923‎ | r113924 | r113925 >
Date:15:38, 15 March 2012
Author:maxsem
Status:ok
Tags:
Comment:
Follow-up r113922: tests
Modified paths:
  • /trunk/phase3/tests/phpunit/includes/EditPageTest.php (modified) (history)

Diff [purge]

Index: trunk/phase3/tests/phpunit/includes/EditPageTest.php
@@ -1,5 +1,8 @@
22 <?php
33
 4+/**
 5+ * @group Editing
 6+ */
47 class EditPageTest extends MediaWikiTestCase {
58
69 /**
@@ -27,7 +30,11 @@
2831 array(
2932 "== Section ==\nfollowed by a fake == Non-section == ??\nnoooo",
3033 "Section"
31 - )
 34+ ),
 35+ array(
 36+ "== Section== \t\r\n followed by whitespace (bug 35051)",
 37+ 'Section',
 38+ ),
3239 );
3340 }
3441 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r113922Bug 35051 - [Regression] If heading has a trailing space after == then its na...maxsem15:21, 15 March 2012

Status & tagging log