Merge "Allow additional interwiki prefixes on local interwiki links"
[lhc/web/wiklou.git] / tests / phpunit / includes / TitleTest.php
index 118cf95..e86b556 100644 (file)
@@ -87,7 +87,9 @@ class TitleTest extends MediaWikiTestCase {
                        'remotetestiw: Talk: # anchor',
                        'remotetestiw: #bar',
                        'remotetestiw: Talk:',
-                       'remotetestiw: Talk: Foo'
+                       'remotetestiw: Talk: Foo',
+                       'localtestiw:remotetestiw:',
+                       'localtestiw:remotetestiw:foo'
                ) as $text ) {
                        $this->assertInstanceOf( 'Title', Title::newFromText( $text ), "Valid: $text" );
                }