Index: trunk/phase3/tests/phpunit/includes/EditPageTest.php |
— | — | @@ -1,5 +1,8 @@ |
2 | 2 | <?php |
3 | 3 | |
| 4 | +/** |
| 5 | + * @group Editing |
| 6 | + */ |
4 | 7 | class EditPageTest extends MediaWikiTestCase { |
5 | 8 | |
6 | 9 | /** |
— | — | @@ -27,7 +30,11 @@ |
28 | 31 | array( |
29 | 32 | "== Section ==\nfollowed by a fake == Non-section == ??\nnoooo", |
30 | 33 | "Section" |
31 | | - ) |
| 34 | + ), |
| 35 | + array( |
| 36 | + "== Section== \t\r\n followed by whitespace (bug 35051)", |
| 37 | + 'Section', |
| 38 | + ), |
32 | 39 | ); |
33 | 40 | } |
34 | 41 | } |