assert(caught, `Expected ${func} to throw, but it didn't.`);
}
function f() { assert.compareArray(arguments, fixture); assert.compareArray(fixture, arguments);
checkFormatOfAssertionMessage(() => { assert.compareArray(arguments, [], 'arguments and []');
}, 'Actual [0, a, undefined] and expected [] should have the same contents. arguments and []');
checkFormatOfAssertionMessage(() => { assert.compareArray([], arguments, '[] and arguments');
}, 'Actual [] and expected [0, a, undefined] should have the same contents. [] and arguments');
}
f(...fixture);
reportCompare(0, 0);
Messung V0.5
¤ Dauer der Verarbeitung: 0.10 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.