User:Evad37/Covery/sandbox.js: Difference between revisions

Content deleted Content added
.
.
Line 1,448:
'{{Infobox cvg}}',
'{{Infobox Arcade game}}',
'{{Infobox arcade}}' /*,
'{{GameInfobox}}',
'{{Infobox CVG}}',
'{{Infobox vg}}',
'{{Infobox Video Game}}',
'{{Infobox VG}}',/*
'{{IOS App}}',*/
'{{Infobox video games}}',
'{{Vg infobox}}',
Line 1,461:
'{{Infobox computer game}}',
'{{Videogame infobox}}',
'{{Video game infobox}}'*/
];
for (let infobox of infoboxesExpectedToPass) {
Line 1,472:
QUnit.module('Infobox check (expected fail)');
var infoboxesExpectedToFail = [
'{{Video Infobox game}}',
'{{Infobox book}}',
'{{DisambiguationInfobox foo}}'
];
for (let infobox of infoboxesExpectedToFail) {