Follow-up r113922: tests
authorMax Semenik <maxsem@users.mediawiki.org>
Thu, 15 Mar 2012 15:38:11 +0000 (15:38 +0000)
committerMax Semenik <maxsem@users.mediawiki.org>
Thu, 15 Mar 2012 15:38:11 +0000 (15:38 +0000)
tests/phpunit/includes/EditPageTest.php

index e98e970..8ecfd7e 100644 (file)
@@ -1,5 +1,8 @@
 <?php
 
+/**
+ * @group Editing      
+ */
 class EditPageTest extends MediaWikiTestCase {
 
        /**
@@ -27,7 +30,11 @@ class EditPageTest extends MediaWikiTestCase {
                        array(
                                "== Section ==\nfollowed by a fake == Non-section == ??\nnoooo",
                                "Section"
-                       )
+                       ),
+                       array(
+                               "== Section== \t\r\n followed by whitespace (bug 35051)",
+                               'Section',
+                       ),
                );
        }
 }