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

Content deleted Content added
.
.
Line 1,461:
'{{Infobox computer game}}',
'{{Videogame infobox}}',
'{{Video game infobox}}',
'{{infobox video game}}',
'{{infobox Arcade Game}}',
'{{infobox Videogame}}',
'{{infobox cvg}}',
'{{infobox Arcade game}}',
'{{infobox arcade}}',
'{{gameInfobox}}',
'{{infobox CVG}}',
'{{infobox vg}}',
'{{infobox Video Game}}',
'{{infobox VG}}',
'{{iOS App}}',
'{{infobox video games}}',
'{{vg infobox}}',
'{{infobox videogame}}',
'{{infobox console game}}',
'{{infobox computer game}}',
'{{videogame infobox}}',
'{{video game infobox}}'
];
for (let infobox of infoboxesExpectedToPass) {
Line 1,467 ⟶ 1,486:
let infoboxObject = getInfoboxTemplate(infobox);
let checkedInfobox = checkInfobox(infoboxObject);
assert.deepEqual(checkedInfobox, infoboxObject, infobox + ' passes check');
});
}
Line 1,475 ⟶ 1,494:
'{{Infobox book}}',
'{{Infobox foo}}',
'{{IOSvideo AppyInfobox game}}',
'{{infobox book}}',
'{{infobox foo}}'
];
for (let infobox of infoboxesExpectedToFail) {