MCPcopy Create free account
hub / github.com/EsperoTech/yaade / actualArrayIsLongerFormatter

Function actualArrayIsLongerFormatter

server/src/main/resources/jasmine.js:5249–5257  ·  view source on GitHub ↗
(pp, actual, expected, path)

Source from the content-addressed store, hash-verified

5247 }
5248
5249 function actualArrayIsLongerFormatter(pp, actual, expected, path) {
5250 return (
5251 'Unexpected ' +
5252 path +
5253 (path.depth() ? ' = ' : '') +
5254 pp(actual) +
5255 ' in array.'
5256 );
5257 }
5258
5259 function formatKeyValuePairs(pp, keyValuePairs) {
5260 let formatted = '';

Callers

nothing calls this directly

Calls 2

ppFunction · 0.70
depthMethod · 0.45

Tested by

no test coverage detected