https://bugzilla.wikimedia.org/show_bug.cgi?id=45209

--- Comment #4 from ssas...@wikimedia.org ---
Look at parserTests.js -- it sets up a different url for meatball interwiki

wikiConf.interwikiMap.meatball = Util.clone(wikiConf.interwikiMap.meatball);
wikiConf.interwikiMap.meatball.url = 'http://www.usemod.com/cgi-bin/mb.pl?$1';

The default setup there is:

    for ( i = 0; i < iwmap.length; i++ ) {
        key = iwmap[i];
        parsoidConfig.interwikiMap[key] = 'http://localhost:7001/api.php';
    }

So, either use Meatball: interwiki prefix for testing or set up other
interwikis, but make sure you make the test parsoid only in that case or you
have to make sure php parser generates similar output.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to